ICodeblock 接口 | |
This interface defines Compile time and runtime codeblocks
命名空间:
XSharp
程序集:
XSharp.Core (在 XSharp.Core.dll 中) 版本:2.22 GA
语法 public interface ICodeblock
ICodeblock 类型公开以下成员。
方法
| 名称 | 说明 |
---|
| EvalBlock | Evaluate the codeblock |
| PCount |
Returns the number of parameters defined for the codeblock
|
Top参见