Struct AsyncEventHub.EventGroup.Enumerator
Represents an enumerator over indices.
Inherited Members
Namespace: DotNext.Threading
Assembly: DotNext.Threading.dll
Syntax
public struct AsyncEventHub.EventGroup.Enumerator : IEnumerator<AsyncEventHub.EventGroup.Enumerator, int>, IResettable
Properties
View SourceCurrent
Gets the current index.
Declaration
public readonly int Current { get; }
Property Value
| Type | Description |
|---|---|
| int |
Methods
View SourceMoveNext()
Declaration
public bool MoveNext()
Returns
| Type | Description |
|---|---|
| bool |