ReadOnlyCollection<T>.ICollection<T>.Clear Yöntem

Tanım

içindeki tüm öğeleri ICollection<T>kaldırır. Bu uygulama her zaman oluşturur NotSupportedException.

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

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