ImmutableStack<T>.IImmutableStack<T>.Clear Methode

Definition

Entfernt alle Elemente aus dem unveränderlichen Stapel.

 virtual System::Collections::Immutable::IImmutableStack<T> ^ System.Collections.Immutable.IImmutableStack<T>.Clear() = System::Collections::Immutable::IImmutableStack<T>::Clear;
System.Collections.Immutable.IImmutableStack<T> IImmutableStack<T>.Clear();
abstract member System.Collections.Immutable.IImmutableStack<T>.Clear : unit -> System.Collections.Immutable.IImmutableStack<'T>
override this.System.Collections.Immutable.IImmutableStack<T>.Clear : unit -> System.Collections.Immutable.IImmutableStack<'T>
Function Clear () As IImmutableStack(Of T) Implements IImmutableStack(Of T).Clear

Gibt zurück

Der leere unveränderliche Stapel.

Implementiert

Hinweise

Dieses Element ist eine explizite Schnittstellenmitgliedsimplementierung. Sie kann nur verwendet werden, wenn die ImmutableStack<T> Instanz in eine IImmutableStack<T> Schnittstelle umgegossen wird.

Gilt für: