LayerD CodeDOM and Zoe Compiler interface
Addition Operator
NamespacesLayerD.CodeDOMXplINameAddition(String, XplIName)

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

Create a new XplIName that have the same type that identifier and adds the identifierPart to identifier
Declaration Syntax
C#Visual BasicVisual C++
public static XplIName operator +(
	string identifierPart,
	XplIName identifier
)
Public Shared Operator + ( _
	identifierPart As String, _
	identifier As XplIName _
) As XplIName
public:
static XplIName^ operator +(
	String^ identifierPart, 
	XplIName^ identifier
)
Parameters
identifierPart (String)
The string to add
identifier (XplIName)
The XplIName to add
Return Value
A new XplIName

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