ImmutableHashSet<T>.IImmutableSet<T>.Clear Metod

Definition

Hämtar en tom uppsättning som har samma sorterings- och ordningssemantik som den här instansen.

 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

Returer

En tom uppsättning som har samma sorterings- eller ordningssemantik som den här instansen.

Implementeringar

Kommentarer

Den här medlemmen är en explicit implementering av gränssnittsmedlemmar. Den kan endast användas när instansen ImmutableHashSet<T> skickas till ett IImmutableSet<T> gränssnitt.

Gäller för