Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Extension method: void Pop<T>(this Stack<T>, int)

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

TThis type parameter is not documented.