LayerD CodeDOM and Zoe Compiler interface
XplParameter Constructor (n_number, n_direction, n_params, n_donotrender, n_type, n_i)
NamespacesLayerD.CodeDOMXplParameterXplParameter(UInt32, XplParameterdirection_enum, Boolean, Boolean, XplType, XplInitializerList)

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

Initializes a new instance of the XplParameter class.
Declaration Syntax
C#Visual BasicVisual C++
public XplParameter(
	uint n_number,
	XplParameterdirection_enum n_direction,
	bool n_params,
	bool n_donotrender,
	XplType n_type,
	XplInitializerList n_i
)
Public Sub New ( _
	n_number As UInteger, _
	n_direction As XplParameterdirection_enum, _
	n_params As Boolean, _
	n_donotrender As Boolean, _
	n_type As XplType, _
	n_i As XplInitializerList _
)
public:
XplParameter(
	unsigned int n_number, 
	XplParameterdirection_enum n_direction, 
	bool n_params, 
	bool n_donotrender, 
	XplType^ n_type, 
	XplInitializerList^ n_i
)
Parameters
n_number (UInt32)

[Missing <param> documentation for "n_number"]

n_direction (XplParameterdirection_enum)

[Missing <param> documentation for "n_direction"]

n_params (Boolean)

[Missing <param> documentation for "n_params"]

n_donotrender (Boolean)

[Missing <param> documentation for "n_donotrender"]

n_type (XplType)

[Missing <param> documentation for "n_type"]

n_i (XplInitializerList)

[Missing <param> documentation for "n_i"]

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