Declaration
public static void Pop<T>(
this Stack<T> stack,
int count
)Summary
Pops the specified number of elements from the stack. There must be at least that many items on the stack,
otherwise an exception is thrown.
Generic type parameters
| T | This type parameter is not documented. |