IImmutableStack<T>.Pop Método
Definição
Remove o elemento que está na parte superior da pilha imutável e retorna a nova pilha.Removes the element at the top of the immutable stack and returns the new stack.
public:
System::Collections::Immutable::IImmutableStack<T> ^ Pop();
public System.Collections.Immutable.IImmutableStack<T> Pop ();
abstract member Pop : unit -> System.Collections.Immutable.IImmutableStack<'T>
Public Function Pop () As IImmutableStack(Of T)
Retornos
A nova pilha; nunca nullThe new stack; never null
Exceções
A pilha está vazia.The stack is empty.