| StackT Methods |
The StackT generic type exposes the following members.
| Name | Description | |
|---|---|---|
| Clear | Removes all objects from the StackT. | |
| Contains |
Determines whether an element is in the StackT.
| |
| CopyTo | ||
| Equals(Object) | (Inherited from Object.) | |
| GetEnumerator | Returns an enumerator for the StackT. | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Peek | Returns the object at the top of the StackT without removing it. | |
| Pop | Removes and returns the object at the top of the StackT. | |
| Push | Inserts an object at the top of the StackT. | |
| ToArray | Copies the StackT to a new array. | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| TrimExcess | Sets the capacity to the actual number of elements in the StackT, if that number is less than 90 percent of current capacity. |