Click or drag to resize

ICodeblock Interface

X#
This interface defines Compile time and runtime codeblocks

Namespace:  XSharp
Assembly:  XSharp.Core (in XSharp.Core.dll) Version: 2.19
Syntax
 INTERFACE ICodeblock

The ICodeblock type exposes the following members.

Methods
  NameDescription
Public methodEvalBlock
Evaluate the codeblock
Public methodPCount
Returns the number of parameters defined for the codeblock
Top
See Also