Eval Function (Usual, Usual) | |
Evaluate a code block or an objects Eval() method.
Namespace:
XSharp.RT
Assembly:
XSharp.RT (in XSharp.RT.dll) Version: 2.19
Syntax FUNCTION Eval(
uCodeBlock AS USUAL,
args PARAMS USUAL[]
) AS USUAL
public static Usual Eval(
Usual uCodeBlock,
params Usual[] args
)
Request Example
View SourceParameters
- uCodeBlock
- Type: Usual
Block to evaluate - args
- Type: Usual
List of arguments
Return Value
Type:
UsualResult of the evaluation
See Also