Struct TypeMap.Enumerator
Represents an enumerator over values stored in the map.
Inherited Members
Namespace: DotNext.Collections.Specialized
Assembly: DotNext.dll
Syntax
public struct TypeMap.Enumerator : IEnumerator<TypeMap.Enumerator, object>, IResettable
Properties
View SourceCurrent
Declaration
public readonly object Current { get; }
Property Value
| Type | Description |
|---|---|
| object |
Methods
View SourceMoveNext()
Declaration
public bool MoveNext()
Returns
| Type | Description |
|---|---|
| bool |