点击或拖拽改变大小

_Codeblock 方法

X#

_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.)
Top
参见