StackUtility class

Provides methods for manipulating stacks.

public static class StackUtility

Public Members

name description
static PeekOrDefault<T>(…) Returns the object at the top of the stack without moving it, or a default value if the stack is empty. (2 methods)

See Also