Метод | Описание | |
---|---|---|
Apply ( Context context, IList | ||
Evaluate ( Context context ) : object | ||
Function ( Context context, IList | ||
MakeContext ( IList |
public Apply ( Context context, IList | ||
context | Context | |
arguments | IList | |
Результат | object |
public Evaluate ( Context context ) : object | ||
context | Context | |
Результат | object |
public Function ( Context context, IList | ||
context | Context | |
parameters | IList | |
body | IExpression | |
Результат | System |