ListTEnumerator Structure |
Namespace: System.Collections.Generic
[SerializableAttribute] public struct Enumerator : IEnumerator<T>, IDisposable, IEnumerator
The ListTEnumerator generic type exposes the following members.
Name | Description | |
---|---|---|
Dispose | Releases all resources used by the ListTEnumerator. | |
Equals(Object) | (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MoveNext | Advances the enumerator to the next element of the ListT. | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |