Struct TypeMap<TValue>.Enumerator
Gets the enumerator over the values.
Implements
Inherited Members
Namespace: DotNext.Collections.Specialized
Assembly: DotNext.dll
Syntax
public struct TypeMap<TValue>.Enumerator : IEnumerator<TypeMap<TValue>.Enumerator, TValue>
Properties
| Edit this page View SourceCurrent
Gets the current element.
Declaration
public readonly ref TValue Current { get; }
Property Value
Type | Description |
---|---|
TValue |
Methods
| Edit this page View SourceMoveNext()
Advances this enumerator to the next element.
Declaration
public bool MoveNext()
Returns
Type | Description |
---|---|
bool | true if the next element is available in the collection; otherwise, false. |