Struct IndexPool.Enumerator
Represents an enumerator over available indices in the pool.
Implements
Inherited Members
Namespace: DotNext.Collections.Concurrent
Assembly: DotNext.Threading.dll
Syntax
public struct IndexPool.Enumerator : IEnumerator<IndexPool.Enumerator, int>
Properties
| Edit this page View SourceCurrent
Gets the current index.
Declaration
public readonly int Current { get; }
Property Value
Type | Description |
---|---|
int |
Methods
| Edit this page View SourceMoveNext()
Advances to the next available index.
Declaration
public bool MoveNext()
Returns
Type | Description |
---|---|
bool |