IRdd.Compile Method | |
Compile an expression.
Namespace:
XSharp.RDD
Assembly:
XSharp.Core (in XSharp.Core.dll) Version: 2.21
Syntax METHOD Compile(
sBlock AS STRING
) AS ICodeblock
ICodeblock Compile(
string sBlock
)
Request Example
View SourceParameters
- sBlock
- Type: String
The expression to compile.
Return Value
Type:
ICodeblockSee Also