WS.Common.Stack.peek()

Signature

Object peek(Object stackObject)

Domain

Description

Returns the top element in the stack

Parameters

NameTypeDescription
stackObjectObjectThe Stack in which lookup is desired.

Returns

TypeDescription
ObjectThe top element in the stack.

Cautions

none