_Codeblock 方法 |
_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.) |