![]() | RankedDictionaryTKey, TValueEnumerator Structure |
Namespace: Kaos.Collections
public struct Enumerator : IEnumerator<KeyValuePair<TKey, TValue>>, IDisposable, IEnumerator, IDictionaryEnumerator, IEnumerable<KeyValuePair<TKey, TValue>>, IEnumerable
The RankedDictionaryTKey, TValueEnumerator generic type exposes the following members.
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 element in the dictionary. |
![]() ![]() | Skip | Bypasses a supplied number of elements and yields the remaining elements. |
![]() | SkipWhile(FuncKeyValuePairTKey, TValue, Boolean) |
Bypasses elements as long as a supplied condition is true and yields the remaining elements.
|
![]() | SkipWhile(FuncKeyValuePairTKey, TValue, Int32, Boolean) |
Bypasses elements as long as a supplied index-based condition is true and yields the remaining elements.
|
![]() | ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType.) |
Name | Description | |
---|---|---|
![]() ![]() | IEnumeratorCurrent | Gets the element at the current position. |
![]() ![]() | IDictionaryEnumeratorEntry | Gets the element at the current position as a DictionaryEntry. |
![]() ![]() | IEnumerableGetEnumerator | Gets an iterator for this collection. |
![]() ![]() | IDictionaryEnumeratorKey | Gets the key of the element at the current position. |
![]() ![]() | IEnumeratorReset | Rewinds the enumerator to its initial state. |
![]() ![]() | IDictionaryEnumeratorValue | Gets the value of the element at the current position. |