Interface IFunctionResolver
Something that knows how to make a Fluency function, given a name and arguments.
Namespace: Fluency.Execution
Assembly: Execution.dll
Syntax
public interface IFunctionResolver
Methods
| Improve this Doc View SourceResolve(String, Value[], Value[])
Declaration
IFunction Resolve(string name, Value[] topArguments, Value[] bottomArguments)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | name | |
| Value[] | topArguments | |
| Value[] | bottomArguments |
Returns
| Type | Description |
|---|---|
| IFunction |