ImmutableSortedSet<T>.IList.Clear Yöntem
Tanım
Tüm öğeleri kümeden kaldırır.Removes all items from the set.
virtual void System.Collections.IList.Clear() = System::Collections::IList::Clear;
void IList.Clear ();
abstract member System.Collections.IList.Clear : unit -> unit
override this.System.Collections.IList.Clear : unit -> unit
Sub Clear () Implements IList.Clear
Uygulamalar
Özel durumlar
Her durumda oluşturulur.Thrown in all cases.
Açıklamalar
Bu üye, açık bir arabirim üyesi uygulamasıdır.This member is an explicit interface member implementation. Bu, yalnızca ImmutableSortedSet<T> örnek bir arabirime yayınlandığınızda kullanılabilir IList .It can be used only when the ImmutableSortedSet<T> instance is cast to an IList interface.
System. Collections. sabit NuGet paketiSystem.Collections.Immutable NuGet package
Değişmez koleksiyonlar ve nasıl yükleneceği hakkındaAbout immutable collections and how to install