_Codeblock Methods |
The _Codeblock type exposes the following members.
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.) |