LayerD CodeDOM and Zoe Compiler interface
XplLiteral Constructor (n_str, n_subtype)
NamespacesLayerD.CodeDOMXplLiteralXplLiteral(String, String)

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

Initializes a new instance of the XplLiteral class.
Declaration Syntax
C#Visual BasicVisual C++
public XplLiteral(
	string n_str,
	string n_subtype
)
Public Sub New ( _
	n_str As String, _
	n_subtype As String _
)
public:
XplLiteral(
	String^ n_str, 
	String^ n_subtype
)
Parameters
n_str (String)

[Missing <param> documentation for "n_str"]

n_subtype (String)

[Missing <param> documentation for "n_subtype"]

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