Codeblock 类 |
命名空间: XSharp
Codeblock 类型公开以下成员。
名称 | 说明 | |
---|---|---|
ResultType |
Returns the real /original return type of the EvalBlock() method
|
名称 | 说明 | |
---|---|---|
Eval |
Executes the codeblock. | |
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.
| |
PCount | Returns the number of parameters in the codeblock | |
ToString |
Return a string that contains the # of parameters for display in the debugger.
(重写 ToString.) |