LayerD CodeDOM and Zoe Compiler interface
XplProperty Constructor (n_type, n_body, n_documentation)
NamespacesLayerD.CodeDOMXplPropertyXplProperty(XplType, XplFunctionBody, XplDocumentation)

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

Initializes a new instance of the XplProperty class.
Declaration Syntax
C#Visual BasicVisual C++
public XplProperty(
	XplType n_type,
	XplFunctionBody n_body,
	XplDocumentation n_documentation
)
Public Sub New ( _
	n_type As XplType, _
	n_body As XplFunctionBody, _
	n_documentation As XplDocumentation _
)
public:
XplProperty(
	XplType^ n_type, 
	XplFunctionBody^ n_body, 
	XplDocumentation^ n_documentation
)
Parameters
n_type (XplType)

[Missing <param> documentation for "n_type"]

n_body (XplFunctionBody)

[Missing <param> documentation for "n_body"]

n_documentation (XplDocumentation)

[Missing <param> documentation for "n_documentation"]

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