Name | Description | |
---|---|---|
C1Stack Constructor |
The following tables list the members exposed by C1Stack.
Name | Description | |
---|---|---|
C1Stack Constructor |
Name | Description | |
---|---|---|
Capacity | (Inherited from System.Collections.ArrayList) | |
Count | (Inherited from System.Collections.ArrayList) | |
IsEmpty | Determines whether the C1Stack is empty. Returns true if the C1Stack ArrayList is empty, false otherwise. | |
IsFixedSize | (Inherited from System.Collections.ArrayList) | |
IsReadOnly | (Inherited from System.Collections.ArrayList) | |
IsSynchronized | (Inherited from System.Collections.ArrayList) | |
Item | (Inherited from System.Collections.ArrayList) | |
Length | The number of elements actually contained in C1Stack ArrayList. | |
SyncRoot | (Inherited from System.Collections.ArrayList) | |
Top | The last element in C1Stack. |