IList<TValue>.pop_front Método
Definição
Remove o primeiro elemento do contêiner.Removes the first element from the container.
public:
void pop_front();
public void pop_front ();
abstract member pop_front : unit -> unit
Public Sub pop_front ()
Comentários
Para obter mais informações, consulte list::p op_front (STL/CLR).For more information, see list::pop_front (STL/CLR).