ReadOnlyCollection<T>.ICollection<T>.Add(T) Yöntem

Tanım

öğesine ICollection<T>bir öğe ekler. Bu uygulama her zaman oluşturur NotSupportedException.

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

Parametreler

value
T

öğesine eklenecek ICollection<T>nesne.

Uygulamalar

Özel durumlar

Her zaman oluşturulur.

Açıklamalar

Bu üye, açık bir arabirim üyesi uygulamasıdır. Yalnızca örnek bir ICollection<T> arabirime ReadOnlyCollection<T> yayınlandığında kullanılabilir.

Şunlara uygulanır