| DictionaryTKey, TValueKeyCollectionEnumerator Structure |
Namespace: System.Collections.Generic
[SerializableAttribute] public struct Enumerator : IEnumerator<TKey>, IDisposable, IEnumerator
The DictionaryTKey, TValueKeyCollectionEnumerator type exposes the following members.
| Name | Description | |
|---|---|---|
| Dispose | Releases all resources used by the DictionaryTKey, TValueKeyCollectionEnumerator. | |
| 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 DictionaryTKey, TValueKeyCollection. | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |