ImmutableStack<T>.Clear Metoda

Definicja

Usuwa wszystkie obiekty ze niezmiennego stosu.

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)

Zwraca

Pusty niezmienny stos.

Dotyczy