Dictionary<TKey, TValue>.Enumerator Members
.NET Framework 3.5
Enumerates the elements of a Dictionary<TKey, TValue>.
The Dictionary<TKey, TValue>.Enumerator generic type exposes the following members.
| Name | Description | |
|---|---|---|
|
Dispose | Releases all resources used by the Dictionary<TKey, TValue>.Enumerator. |
|
Equals | Indicates whether this instance and a specified object are equal. (Inherited from ValueType.) |
|
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
|
GetHashCode | Returns the hash code for this instance. (Inherited from ValueType.) |
|
GetType | Gets the type of the current instance. (Inherited from Object.) |
|
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
MoveNext | Advances the enumerator to the next element of the Dictionary<TKey, TValue>. |
|
ToString |
Returns the fully qualified type name of this instance. (Inherited from ValueType.) In .NET Compact Framework 3.5, this member is inherited from Object.ToString(). In XNA Framework 3.0, this member is inherited from Object.ToString(). |
| Name | Description | |
|---|---|---|
|
IEnumerator.Current | Gets the element at the current position of the enumerator. |
|
IDictionaryEnumerator.Entry | Gets the element at the current position of the enumerator. |
|
IDictionaryEnumerator.Key | Gets the key of the element at the current position of the enumerator. |
|
IEnumerator.Reset | Sets the enumerator to its initial position, which is before the first element in the collection. |
|
IDictionaryEnumerator.Value | Gets the value of the element at the current position of the enumerator. |