ImmutableStack<T>.IImmutableStack<T>.Clear Metoda

Definicja

Usuwa wszystkie elementy ze niezmiennego stosu.

 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

Zwraca

Pusty niezmienialny stos.

Implementuje

Uwagi

Ten element jest jawną implementacją członków. Można go używać tylko wtedy, gdy ImmutableStack<T> wystąpienie jest rzutowe do interfejsu IImmutableStack<T> .

Dotyczy