LayerD CodeDOM and Zoe Compiler interface
XplIName Constructor (identifier, ptype)
NamespacesLayerD.CodeDOMXplINameXplIName(String, XplType)

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

Crea un iname con un nombre de identificador especificado y con el tipo recibido como parametro
Declaration Syntax
C#Visual BasicVisual C++
public XplIName(
	string identifier,
	XplType ptype
)
Public Sub New ( _
	identifier As String, _
	ptype As XplType _
)
public:
XplIName(
	String^ identifier, 
	XplType^ ptype
)
Parameters
identifier (String)

[Missing <param> documentation for "identifier"]

ptype (XplType)

[Missing <param> documentation for "ptype"]

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