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. |
Name | Description | |
---|---|---|
Add | (Inherited from System.Collections.ArrayList) | |
AddRange | (Inherited from System.Collections.ArrayList) | |
BinarySearch | Overloaded. (Inherited from System.Collections.ArrayList) | |
Clear | (Inherited from System.Collections.ArrayList) | |
Clone | (Inherited from System.Collections.ArrayList) | |
Contains | (Inherited from System.Collections.ArrayList) | |
CopyTo | Overloaded. (Inherited from System.Collections.ArrayList) | |
GetRange | (Inherited from System.Collections.ArrayList) | |
IndexOf | Overloaded. (Inherited from System.Collections.ArrayList) | |
Insert | (Inherited from System.Collections.ArrayList) | |
InsertRange | (Inherited from System.Collections.ArrayList) | |
IsIndexInBounds | Determines whether the index of an item is in the bound of indexes of the C1Stack ArrayList. | |
LastIndexOf | Overloaded. (Inherited from System.Collections.ArrayList) | |
Peek | Gets the last element in C1Stack ArrayList. | |
Pop | Removes the element at the specified index of the C1Stack ArrayList. | |
Push | Adds an object to the end of the C1Stack ArrayList. | |
Remove | (Inherited from System.Collections.ArrayList) | |
RemoveAt | (Inherited from System.Collections.ArrayList) | |
RemoveRange | (Inherited from System.Collections.ArrayList) | |
Reverse | Overloaded. (Inherited from System.Collections.ArrayList) | |
SetRange | (Inherited from System.Collections.ArrayList) | |
Sort | Overloaded. (Inherited from System.Collections.ArrayList) | |
ToArray | Overloaded. (Inherited from System.Collections.ArrayList) | |
TrimToSize | (Inherited from System.Collections.ArrayList) |