[]
Calculates user function.
protected object CreateFunction(string code, string parName, string prefix)
Type | Name | Description |
---|---|---|
string | code | The literal code fragment to represent. |
string | parName | The name of the parameter to declare. |
string | prefix | The error prefix. |
Type | Description |
---|---|
object | The "UserFunction.Calculator" object. |