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

[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 +(
	XplIName identifier,
	string identifierPart
)
Public Shared Operator + ( _
	identifier As XplIName, _
	identifierPart As String _
) As XplIName
public:
static XplIName^ operator +(
	XplIName^ identifier, 
	String^ identifierPart
)
Parameters
identifier (XplIName)
The XplIName to add
identifierPart (String)
The string 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)