Struct TypeMap<TValue>.Enumerator
Gets the enumerator over the values.
Inherited Members
Namespace: DotNext.Collections.Specialized
Assembly: DotNext.dll
Syntax
public struct TypeMap<TValue>.Enumerator : IEnumerator<TypeMap<TValue>.Enumerator, TValue>, IResettable
Properties
View SourceCurrent
Gets the current element.
Declaration
public readonly ref TValue Current { get; }
Property Value
| Type | Description |
|---|---|
| TValue |
Methods
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. |