Struct ConcurrentTypeMap.Enumerator
Represents an enumerator over values stored in the map.
Inherited Members
Namespace: DotNext.Collections.Specialized
Assembly: DotNext.dll
Syntax
public struct ConcurrentTypeMap.Enumerator : IEnumerator<ConcurrentTypeMap.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 |