Stack


Description:

public Stack ()

Creates an empty Stack.

Example:

    var stack = new Stack<string> ();
assert (stack.isEmpty ());