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

Bei diesem Member handelt es sich um eine explizite Schnittstellenmemberimplementierung. Er kann nur verwendet werden, wenn die ImmutableStack<T>-Instanz in eine IImmutableStack<T>-Schnittstelle umgewandelt wird.

Gilt für: