Delegate GetNext
A function that, when called, returns the next element in the corresponding pipeline.
Namespace: Fluency.Execution.Functions
Assembly: Execution.dll
Syntax
public delegate Value GetNext();
Returns
| Type | Description |
|---|---|
| Value |
A function that, when called, returns the next element in the corresponding pipeline.
public delegate Value GetNext();
| Type | Description |
|---|---|
| Value |