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