ImmutableStack<T>.IImmutableStack<T>.Pop Metoda

Definicja

Usuwa element w górnej części niezmiennego stosu i zwraca nowy stos.

 virtual System::Collections::Immutable::IImmutableStack<T> ^ System.Collections.Immutable.IImmutableStack<T>.Pop() = System::Collections::Immutable::IImmutableStack<T>::Pop;
System.Collections.Immutable.IImmutableStack<T> IImmutableStack<T>.Pop ();
abstract member System.Collections.Immutable.IImmutableStack<T>.Pop : unit -> System.Collections.Immutable.IImmutableStack<'T>
override this.System.Collections.Immutable.IImmutableStack<T>.Pop : unit -> System.Collections.Immutable.IImmutableStack<'T>
Function Pop () As IImmutableStack(Of T) Implements IImmutableStack(Of T).Pop

Zwraca

Nowy stos; nigdy nie null.

Implementuje

Wyjątki

Stos jest pusty.

Uwagi

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

Dotyczy