ReadOnlyDictionary<TKey,TValue>.ValueCollection.ICollection<TValue>.Add Yöntem

Tanım

Her durumda bir NotSupportedException özel durum oluşturur.

 virtual void System.Collections.Generic.ICollection<TValue>.Add(TValue item) = System::Collections::Generic::ICollection<TValue>::Add;
void ICollection<TValue>.Add (TValue item);
abstract member System.Collections.Generic.ICollection<TValue>.Add : 'Value -> unit
override this.System.Collections.Generic.ICollection<TValue>.Add : 'Value -> unit
Sub Add (item As TValue) Implements ICollection(Of TValue).Add

Parametreler

item
TValue

Koleksiyona eklenecek nesne.

Uygulamalar

Özel durumlar

Her durumda.

Açıklamalar

Bu üye, açık bir arabirim üyesi uygulamasıdır. Yalnızca örnek bir ICollection<T> arabirime ReadOnlyDictionary<TKey,TValue>.ValueCollection yayınlandığında kullanılabilir. arabirimi, ICollection<T> arabirimini uygulayan Add koleksiyon salt okunur olduğunda yönteminin bir NotSupportedException özel durum oluşturması gerektiğini belirtir.

Şunlara uygulanır