LayerD CodeDOM and Zoe Compiler interface
XplType Constructor (n_ispointer, n_isarray, n_pointertype, n_ftype, n_volatile, n_const, n_exec, n_replaceParent, n_customTypeCheck, n_dt, n_ae, n_pi, n_fc)
NamespacesLayerD.CodeDOMXplTypeXplType(Boolean, Boolean, XplPointertype_enum, XplFactorytype_enum, Boolean, Boolean, Boolean, Boolean, Boolean, XplType, XplExpression, XplPointerinfo, XplFunctioncall)

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

Initializes a new instance of the XplType class.
Declaration Syntax
C#Visual BasicVisual C++
public XplType(
	bool n_ispointer,
	bool n_isarray,
	XplPointertype_enum n_pointertype,
	XplFactorytype_enum n_ftype,
	bool n_volatile,
	bool n_const,
	bool n_exec,
	bool n_replaceParent,
	bool n_customTypeCheck,
	XplType n_dt,
	XplExpression n_ae,
	XplPointerinfo n_pi,
	XplFunctioncall n_fc
)
Public Sub New ( _
	n_ispointer As Boolean, _
	n_isarray As Boolean, _
	n_pointertype As XplPointertype_enum, _
	n_ftype As XplFactorytype_enum, _
	n_volatile As Boolean, _
	n_const As Boolean, _
	n_exec As Boolean, _
	n_replaceParent As Boolean, _
	n_customTypeCheck As Boolean, _
	n_dt As XplType, _
	n_ae As XplExpression, _
	n_pi As XplPointerinfo, _
	n_fc As XplFunctioncall _
)
public:
XplType(
	bool n_ispointer, 
	bool n_isarray, 
	XplPointertype_enum n_pointertype, 
	XplFactorytype_enum n_ftype, 
	bool n_volatile, 
	bool n_const, 
	bool n_exec, 
	bool n_replaceParent, 
	bool n_customTypeCheck, 
	XplType^ n_dt, 
	XplExpression^ n_ae, 
	XplPointerinfo^ n_pi, 
	XplFunctioncall^ n_fc
)
Parameters
n_ispointer (Boolean)

[Missing <param> documentation for "n_ispointer"]

n_isarray (Boolean)

[Missing <param> documentation for "n_isarray"]

n_pointertype (XplPointertype_enum)

[Missing <param> documentation for "n_pointertype"]

n_ftype (XplFactorytype_enum)

[Missing <param> documentation for "n_ftype"]

n_volatile (Boolean)

[Missing <param> documentation for "n_volatile"]

n_const (Boolean)

[Missing <param> documentation for "n_const"]

n_exec (Boolean)

[Missing <param> documentation for "n_exec"]

n_replaceParent (Boolean)

[Missing <param> documentation for "n_replaceParent"]

n_customTypeCheck (Boolean)

[Missing <param> documentation for "n_customTypeCheck"]

n_dt (XplType)

[Missing <param> documentation for "n_dt"]

n_ae (XplExpression)

[Missing <param> documentation for "n_ae"]

n_pi (XplPointerinfo)

[Missing <param> documentation for "n_pi"]

n_fc (XplFunctioncall)

[Missing <param> documentation for "n_fc"]

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