IQueue<TValue,TCont>.pop Method

Definition

Removes the last element of the container.

public:
 void pop();
public void pop ();
abstract member pop : unit -> unit
Public Sub pop ()

Remarks

For more information, see queue::pop (STL/CLR).

Applies to