_Codeblock 类 |
命名空间: XSharp
_Codeblock 类型公开以下成员。
名称 | 说明 | |
---|---|---|
_Codeblock | This constructor is used by the Macro Compiler |
名称 | 说明 | |
---|---|---|
IsBlock | Was the codeblock created from a string that started with "{|" | |
ResultType |
Returns the real /original return type of the EvalBlock() method
(继承自 Codeblock。) |
名称 | 说明 | |
---|---|---|
Eval |
Executes the codeblock. (重写 Eval(__Usual).) | |
EvalBlock |
Eval method that can be called from code that does not "know" about the USUAL type.
such as the code in the RDD classes.
(继承自 Codeblock。) | |
PCount | Returns the number of parameters in the codeblock (继承自 Codeblock。) | |
ToString |
Returns the original string that was used to create the macro compiled codeblock.
(重写 ToString.) |