Show / Hide Table of Contents

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 Source

Resolve(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
  • Improve this Doc
  • View Source
Back to top Generated by DocFX