Dictionary<TKey, TValue>.KeyCollection.Enumerator Methods
.NET Framework (current version)
Namespace:
System.Collections.Generic
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | Dispose() | Releases all resources used by the Dictionary<TKey, TValue>.KeyCollection.Enumerator. |
![]() | Equals(Object) | Indicates whether this instance and a specified object are equal.(Inherited from ValueType.) |
![]() | GetHashCode() | Returns the hash code for this instance.(Inherited from ValueType.) |
![]() | GetType() | |
![]() | MoveNext() | Advances the enumerator to the next element of the Dictionary<TKey, TValue>.KeyCollection. |
![]() | ToString() | Returns the fully qualified type name of this instance.(Inherited from ValueType.) |
| Name | Description | |
|---|---|---|
![]() ![]() | IEnumerator.Reset() | Sets the enumerator to its initial position, which is before the first element in the collection. |
Show:


