Stack.Enumerator Members
.NET Framework 2.0
Enumerates the elements of a Stack.
The following tables list the members exposed by the Stack.Enumerator generic type.
(see also
Protected Methods
)
Top
| Name | Description | |
|---|---|---|
| Dispose | Releases all resources used by the Stack.Enumerator. |
| Equals | Overloaded. (inherited from ValueType) |
| GetHashCode | Returns the hash code for this instance. (inherited from ValueType) |
| GetType | Gets the Type of the current instance. (inherited from Object) |
| MoveNext | Advances the enumerator to the next element of the Stack. |
| ReferenceEquals | Determines whether the specified Object instances are the same instance. (inherited from Object) |
| ToString | Returns the fully qualified type name of this instance. (inherited from ValueType) |
| Name | Description | |
|---|---|---|
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (inherited from Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (inherited from Object) |
| Name | Description | |
|---|---|---|
| System.Collections.IEnumerator.Reset | Sets the enumerator to its initial position, which is before the first element in the collection. This class cannot be inherited. |
| System.Collections.IEnumerator.Current | Gets the element at the current position of the enumerator. |