std:std.collections.Stack<T>.Add
Adds a value to the end of the stack.
This method behaves identically to Push( value:T ).
value