SortedDictionary<TKey, TValue>::Enumerator Methods
.NET Framework (current version)
Namespace:
System.Collections.Generic
Assembly: System (in System.dll)
| Name | Description | |
|---|---|---|
![]() | Dispose() | Releases all resources used by the SortedDictionary<TKey, TValue>::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 SortedDictionary<TKey, TValue>. |
![]() | 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:


