|
IOT Dash
|
Public Member Functions | |
| delegate TValue | EvalDelegate (ReadOnlySpan< TValue > args, IInterfaceEvaluationContext context) |
| FunctionDefinition (string name, int argCount, EvalDelegate eval) | |
Static Public Member Functions | |
| static TValue | Evaluate (string functionName, ReadOnlySpan< TValue > args, IInterfaceEvaluationContext context) |
Properties | |
| string | Name [get] |
| int | ArgCount [get] |
| static IReadOnlyDictionary<(string, int), FunctionDefinition > | All [get] |