点击或拖拽改变大小

ICodeblock2 接口

X#
This interface extends the ICodeblock interface and adds a property that returns the 'real' returntype of the codeblock, before customizations are done to the value (for example for Foxpro where NIL gets converted to FALSE)

命名空间:  XSharp
程序集:  XSharp.Core (在 XSharp.Core.dll 中) 版本:2.22 GA
语法
 INTERFACE ICodeblock2 IMPLEMENTS ICodeblock

ICodeblock2 类型公开以下成员。

属性
  名称说明
公共属性ResultType
Returns the real /original return type of the EvalBlock() method
Top
方法
  名称说明
公共方法EvalBlock
Evaluate the codeblock
(继承自 ICodeblock。)
公共方法PCount
Returns the number of parameters defined for the codeblock
(继承自 ICodeblock。)
Top
参见