IStack<TValue,TCont>.pop Método
Definição
Remove o último elemento do contêiner.Removes the last element of the container.
public:
void pop();
public void pop ();
abstract member pop : unit -> unit
Public Sub pop ()
Comentários
Para obter mais informações, consulte Stack::p op (STL/CLR).For more information, see stack::pop (STL/CLR).