Click or drag to resize

XAction Constructor

X#
Initializes a new instance of the XAction class

Namespace:  XSharp.XPP
Assembly:  XSharp.XPP (in XSharp.XPP.dll) Version: 2.19
Syntax
 CONSTRUCTOR(
	cName AS STRING,
	oBlock AS Codeblock
)
Request Example View Source

Parameters

cName
Type: String
oBlock
Type: Codeblock
See Also