Struct InvocationList<TDelegate>.Enumerator
Represents enumerator over the list of delegates.
Implements
Inherited Members
Namespace: DotNext.Collections.Specialized
Assembly: DotNext.dll
Syntax
public struct InvocationList<TDelegate>.Enumerator : IEnumerator<InvocationList<TDelegate>.Enumerator, TDelegate>
Properties
| Edit this page View SourceCurrent
Gets the current delegate.
Declaration
public readonly TDelegate Current { get; }
Property Value
Type | Description |
---|---|
TDelegate |
Methods
| Edit this page View SourceMoveNext()
Moves to the next delegate in the list.
Declaration
public bool MoveNext()
Returns
Type | Description |
---|---|
bool | false if the enumerator reaches the end of the list; otherwise, true. |