[]
        
(Showing Draft Content)

C1.Win.Command.C1Stack.Push

Push Method

Push(object)

Adds an object to the end of the C1Stack ArrayList.

Declaration
public void Push(object o)
Public Sub Push(o As Object)
Parameters
Type Name Description
object o

The object to be added to the end of the C1Stack.