ImmutableStack<T>.Clear Methode

Definition

Entfernt alle Objekte aus dem unveränderlichen Stapel.

public:
 System::Collections::Immutable::ImmutableStack<T> ^ Clear();
public System.Collections.Immutable.ImmutableStack<T> Clear ();
member this.Clear : unit -> System.Collections.Immutable.ImmutableStack<'T>
Public Function Clear () As ImmutableStack(Of T)

Gibt zurück

Ein leerer unveränderlicher Stapel.

Gilt für: