_Codeblock Class |
Namespace: XSharp
The _Codeblock type exposes the following members.
Name | Description | |
---|---|---|
_Codeblock | This constructor is used by the Macro Compiler |
Name | Description | |
---|---|---|
IsBlock | Was the codeblock created from a string that started with "{|" | |
ResultType |
Returns the real /original return type of the EvalBlock() method
(Inherited from Codeblock.) |
Name | Description | |
---|---|---|
Eval |
Executes the codeblock. (Overrides 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.
(Inherited from Codeblock.) | |
PCount | Returns the number of parameters in the codeblock (Inherited from Codeblock.) | |
ToString |
Returns the original string that was used to create the macro compiled codeblock.
(Overrides ToString.) |