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

Method Add:Void( value:T )

Adds a value to the end of the stack.

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

Parameters
value value The value to add.