std:std.collections.Stack<T>.Push

Method Push:Void( value:T )

Pushes a value on the stack.

This method behaves identically to Add( value:T ).

Parameters
value value The value to push.