Click or drag to resize

Codeblock.EvalBlock Method

X#
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.19
Syntax
 VIRTUAL METHOD EvalBlock(
	args PARAMS Object[]
) AS Object
Request Example View Source

Parameters

args
Type: Object

Return Value

Type: Object

Implements

EvalBlock(Object)
See Also