Delegate FunctionMaker
Namespace: Fluency.Execution
Assembly: Execution.dll
Syntax
public delegate IFunction FunctionMaker(Value[] topArguments, Value[] bottomArguments);
Parameters
| Type | Name | Description |
|---|---|---|
| Value[] | topArguments | |
| Value[] | bottomArguments |
Returns
| Type | Description |
|---|---|
| IFunction |