[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Interfaces=Stack Info=Represents a simple last-in-first-out non-generic collection of objects. [Property] Name=Sets the name of component|2| Constructor=Sets the Constructor of the Stack class|14|0|Constructor,Constructor2,Constructor3 [Methods] *doClear=Removes all objects from the Stack. ARG()|1|0 *doConstructor=Initializes a new instance of the Stack class that is empty and has the default initial capacity. ARG()|1|0 *doConstructor2=Initializes a new instance of the Stack class that contains elements copied from the specified collection and has the same initial capacity as the number of elements copied. ARG(ICollection col)|1|0 *doConstructor3=Initializes a new instance of the Stack class that is empty and has the specified initial capacity or the default initial capacity, whichever is greater. ARG(int initialCapacity)|1|0 *doContains=Determines whether an element is in the Stack. ARG(Object obj)|1|0 *doCopyTo=Copies the Stack to an existing one-dimensional Array, starting at the specified array index. ARG(Array array, int index)|1|0 doPush=Inserts an object at the top of the Stack. ARG(Object obj)|1|0 doPop=Removes and returns the object at the top of the Stack. ARG()|1|0 *doSynchronized=Returns a synchronized wrapper for the Stack. ARG(Stack stack)|1|0 *onContains=Occurs after invoke the method doContains and returns the top of the Stack ARG(bool)|2|104 onPop=Occurs after removing the object at the top of the stack and returns it. ARG(Object)|2|0 *onEmpty=Occurs if the stack is empty with doPop method. ARG(string)|2|2 *onSynchronized=Occurs after invoke the method doSynchronized and returns the result. ARG(Stack)|2|0 *Clone=Creates a shallow copy of the Stack. ARG(Object)|3|0 *Count=Returns the number of elements contained in the Stack. ARG(int)|3|1 *GetEnumerator=Returns an IEnumerator for the Stack. ARG(IEnumerator)|3|0 *IsSynchronized=Returns a value indicating whether access to the Stack is synchronized . ARG(bool)|3|104 Peek=Returns the object at the top of the Stack without removing it. ARG(Object)|3|0 *SyncRoot=Returns an object that can be used to synchronize access to the Stack. ARG(Object)|3|0 *ToArray=Copies the Stack to a new array. ARG(Object[])|3|13 Stack=Returns the Stack object. ARG(Stack)|3|0 *array=The one-dimensional Array that is the destination of the elements copied from Stack. The Array must have zero-based indexing. ARG(Array)|4|0 *col=The ICollection to copy elements from. ARG(ICollection)|4|0 *index=The zero-based index in array at which copying begins. ARG(int)|4|1 *initialCapacity=The initial number of elements that the Stack can contain. ARG(int)|4|1 obj=The Object to locate in the Stack. The value can be null. ARG(Object)|4|0 *stack=The Stack to synchronize. ARG(Stack)|4|0