Click or drag to resize

WrapperRDD.Compile Method

X#
Compile an expression.

Namespace:  XSharp.RDD
Assembly:  XSharp.Core (in XSharp.Core.dll) Version: 2.19
Syntax
 VIRTUAL METHOD Compile(
	sBlock AS STRING
) AS ICodeblock
Request Example View Source

Parameters

sBlock
Type: String
The expression to compile.

Return Value

Type: ICodeblock

Implements

Compile(String)
See Also