|  | Enumerator Methods | 
The RankedDictionaryTKey, TValueValueCollectionEnumerator type exposes the following members.
 Methods
Methods| Name | Description | |
|---|---|---|
|  | Dispose | Releases all resources used by the enumerator. | 
|  | Equals | Indicates whether this instance and a specified object are equal.(Inherited from ValueType.) | 
|  | GetEnumerator | Gets an iterator for this collection. | 
|  | GetHashCode | Returns the hash code for this instance.(Inherited from ValueType.) | 
|  | GetType | Gets the Type of the current instance.(Inherited from Object.) | 
|  | MoveNext | Advances the enumerator to the next value in the collection. | 
|   | Skip | Bypasses a supplied number of values and yields the remaining values. | 
|  | SkipWhile(FuncTValue, Boolean) | 
            Bypasses values as long as a supplied condition is true and yields the remaining values.
             | 
|  | SkipWhile(FuncTValue, Int32, Boolean) | 
            Bypasses values as long as a supplied index-based condition is true and yields the remaining values.
             | 
|  | ToString | Returns the fully qualified type name of this instance.(Inherited from ValueType.) | 
 Explicit Interface Implementations
Explicit Interface Implementations| Name | Description | |
|---|---|---|
|   | IEnumerableGetEnumerator | Gets an iterator for this collection. | 
|   | IEnumeratorReset | Rewinds the enumerator to its initial state. | 
 See Also
See Also