Struct ListDictionary<TKey, TValue>.ReadOnlyValueList.Enumerator
Enumerates the elements of a ListDictionary<TKey, TValue>.ReadOnlyValueList or ListDictionary<TKey, TValue>.ValueList.
Namespace: Singulink.Collections
Assembly: Singulink.Collections.dll
Syntax
public struct ListDictionary<TKey, TValue>.ReadOnlyValueList.Enumerator : IEnumerator<TValue>, IEnumerator, IDisposableProperties
| Name | Description | 
|---|---|
| Current | Gets the element at the current position of the enumerator. | 
Methods
| Name | Description | 
|---|---|
| Dispose() | Releases all resources used by this enumerator. | 
| MoveNext() | Advances the enumerator to the next element. | 
Explicit Interface Implementations
| Name | Description | 
|---|---|
| IEnumerator.Current | Gets the element at the current position of the enumerator. | 
| IEnumerator.Reset() | Not supported. | 
