CalcFunctionExpression Class Members
In This Topic
The following tables list the members exposed by CalcFunctionExpression.
Public Constructors
Public Properties
| Name | Description |
| ArgCount | Gets the number of parameters being passed to the function. |
| Function | Gets the implementation (dynamic or static function binding) of the function. |
| FunctionName | Gets the name of the function. |
Top
Public Methods
| Name | Description |
| GetArg | Returns the specified parameter being passed to the function. |
| Offset | Overridden. Get a new expression with specific offset. |
Top
See Also