WS.Common.Stack.push()

Signature

Object push(Object stackObject, Object value)

Domain

Description

Pushes an element to the top of the stack.

Parameters

NameTypeDescription
stackObjectObjectThe Stack in which lookup is desired.
valueObjectThe value to push onto the stack.

Returns

TypeDescription
ObjectThe Stack on which to push

Cautions

none