LayerD CodeDOM and Zoe Compiler interface
XplAssing Constructor (n_l, n_r)
NamespacesLayerD.CodeDOMXplAssingXplAssing(XplExpression, XplExpression)

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

Initializes a new instance of the XplAssing class.
Declaration Syntax
C#Visual BasicVisual C++
public XplAssing(
	XplExpression n_l,
	XplExpression n_r
)
Public Sub New ( _
	n_l As XplExpression, _
	n_r As XplExpression _
)
public:
XplAssing(
	XplExpression^ n_l, 
	XplExpression^ n_r
)
Parameters
n_l (XplExpression)

[Missing <param> documentation for "n_l"]

n_r (XplExpression)

[Missing <param> documentation for "n_r"]

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