Codeblock.EvalBlock Method | |
Eval method that can be called from code that does not "know" about the USUAL type.
such as the code in the RDD classes.
Namespace:
XSharp
Assembly:
XSharp.RT (in XSharp.RT.dll) Version: 2.21
Syntax VIRTUAL METHOD EvalBlock(
args PARAMS Object[]
) AS Object
public virtual Object EvalBlock(
params Object[] args
)
Request Example
View SourceParameters
- args
- Type: Object
Return Value
Type:
ObjectImplements
EvalBlock(Object)See Also