Method | Description | |
---|---|---|
Apply ( Context context, IList | ||
Evaluate ( Context context ) : object | ||
Function ( Context context, IList | ||
MakeContext ( IList |
public Apply ( Context context, IList | ||
context | Context | |
arguments | IList | |
return | object |
public Function ( Context context, IList | ||
context | Context | |
parameters | IList | |
body | IExpression | |
return | System |