LayerD CodeDOM and Zoe Compiler interface
XplComplexfunctioncall Constructor (n_indexer, n_donotrender, n_evaluate, n_ignoreforsubprogram, n_l)
NamespacesLayerD.CodeDOMXplComplexfunctioncallXplComplexfunctioncall(Boolean, Boolean, Boolean, Boolean, XplExpression)

[This is preliminary documentation and is subject to change.]

Initializes a new instance of the XplComplexfunctioncall class.
Declaration Syntax
C#Visual BasicVisual C++
public XplComplexfunctioncall(
	bool n_indexer,
	bool n_donotrender,
	bool n_evaluate,
	bool n_ignoreforsubprogram,
	XplExpression n_l
)
Public Sub New ( _
	n_indexer As Boolean, _
	n_donotrender As Boolean, _
	n_evaluate As Boolean, _
	n_ignoreforsubprogram As Boolean, _
	n_l As XplExpression _
)
public:
XplComplexfunctioncall(
	bool n_indexer, 
	bool n_donotrender, 
	bool n_evaluate, 
	bool n_ignoreforsubprogram, 
	XplExpression^ n_l
)
Parameters
n_indexer (Boolean)

[Missing <param> documentation for "n_indexer"]

n_donotrender (Boolean)

[Missing <param> documentation for "n_donotrender"]

n_evaluate (Boolean)

[Missing <param> documentation for "n_evaluate"]

n_ignoreforsubprogram (Boolean)

[Missing <param> documentation for "n_ignoreforsubprogram"]

n_l (XplExpression)

[Missing <param> documentation for "n_l"]

Assembly: lib_layerd_xpl_codedom_net (Module: lib_layerd_xpl_codedom_net) Version: 1.0.3410.22810 (1.0.0.0)