Struct ListDictionary<TKey, TValue>.ValueListCollection.Enumerator
Enumerates the value lists in a List
Inherited Members
Namespace: Singulink.Collections
Assembly: Singulink.Collections.dll
Syntax
public struct ListDictionary<TKey, TValue>.ValueListCollection.Enumerator : IEnumerator<ListDictionary<TKey, TValue>.ValueList>, IEnumerator, IDisposable
Properties
Name | Description |
---|---|
Current | Gets the element at the current position of the enumerator. |
Methods
Name | Description |
---|---|
Dispose() | Releases all the resources used by the enumerator. |
Move |
Advances the enumerator to the next element. |
Explicit Interface Implementations
Name | Description |
---|---|
IEnumerator. |
Gets the element at the current position of the enumerator. |
IEnumerator. |
Not supported. |