Click or drag to resize

Enumerator Methods

The RankedDictionaryTKey, TValueKeyCollectionEnumerator type exposes the following members.

Methods
  NameDescription
Public methodDispose
Releases all resources used by the enumerator.
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Public methodGetEnumerator
Gets an iterator for this collection.
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodMoveNext
Advances the enumerator to the next key in the collection.
Public methodCode exampleSkip
Bypasses a supplied number of keys and yields the remaining keys.
Public methodSkipWhile(FuncTKey, Boolean)
Bypasses keys as long as a supplied condition is true and yields the remaining keys.
Public methodSkipWhile(FuncTKey, Int32, Boolean)
Bypasses keys as long as a supplied index-based condition is true and yields the remaining keys.
Public methodToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)
Top
Explicit Interface Implementations
See Also