ImmutableStack<T>.Clear Metoda

Definice

Odebere všechny objekty z neměnného zásobníku.

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)

Návraty

Prázdný neměnný zásobník.

Platí pro