ImmutableSortedSet<T>.IImmutableSet<T>.Clear Yöntem
Tanım
Bu örnekle aynı sıralama ve sıralama semantiğinin bulunduğu boş bir sabit küme alır.Retrieves an empty immutable set that has the same sorting and ordering semantics as this instance.
virtual System::Collections::Immutable::IImmutableSet<T> ^ System.Collections.Immutable.IImmutableSet<T>.Clear() = System::Collections::Immutable::IImmutableSet<T>::Clear;
System.Collections.Immutable.IImmutableSet<T> IImmutableSet<T>.Clear ();
abstract member System.Collections.Immutable.IImmutableSet<T>.Clear : unit -> System.Collections.Immutable.IImmutableSet<'T>
override this.System.Collections.Immutable.IImmutableSet<T>.Clear : unit -> System.Collections.Immutable.IImmutableSet<'T>
Function Clear () As IImmutableSet(Of T) Implements IImmutableSet(Of T).Clear
Döndürülenler
Bu örnekle aynı sıralama ve sıralama semantiğinin bulunduğu boş bir küme.An empty set that has the same sorting and ordering semantics as this instance.
Uygulamalar
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 IImmutableSet<T> .It can be used only when the ImmutableSortedSet<T> instance is cast to an IImmutableSet<T> 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