点击或拖拽改变大小

_Codeblock 类

X#
Internal type that is the base class for macro compiled codeblocks.
继承层次
Object
  Codeblock
    _Codeblock

命名空间:  XSharp
程序集:  XSharp.RT (在 XSharp.RT.dll 中) 版本:2.22 GA
语法
 CLASS _Codeblock INHERIT Codeblock,  IMPLEMENTS IRtCodeblock, 
	ICodeblock2, ICodeblock
查看代码

_Codeblock 类型公开以下成员。

构造函数
  名称说明
公共方法_Codeblock
This constructor is used by the Macro Compiler
Top
属性
  名称说明
公共属性IsBlock
Was the codeblock created from a string that started with "{|"
公共属性ResultType
Returns the real /original return type of the EvalBlock() method
(继承自 Codeblock。)
Top
方法
  名称说明
公共方法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
参见