Click or drag to resize

ICodeblock2 Interface

X#
This interface extends the ICodeblock interface and adds a property that returns the 'real' returntype of the codeblock, before customizations are done to the value (for example for Foxpro where NIL gets converted to FALSE)

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

The ICodeblock2 type exposes the following members.

Properties
  NameDescription
Public propertyResultType
Returns the real /original return type of the EvalBlock() method
Top
Methods
  NameDescription
Public methodEvalBlock
Evaluate the codeblock
(Inherited from ICodeblock.)
Public methodPCount
Returns the number of parameters defined for the codeblock
(Inherited from ICodeblock.)
Top
See Also