LayerD CodeDOM and Zoe Compiler interface
New Method (errorCode, sourceNode, Params)
NamespacesLayerD.ZOECompilerLexicalErrorNew(LexicalErrorCode, XplNode, array<String>[]()[])

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

[Missing <summary> documentation for M:LayerD.ZOECompiler.LexicalError.New(LayerD.ZOECompiler.LexicalErrorCode,LayerD.CodeDOM.XplNode,System.String[])]

Declaration Syntax
C#Visual BasicVisual C++
public static Error New(
	LexicalErrorCode errorCode,
	XplNode sourceNode,
	params string[] Params
)
Public Shared Function New ( _
	errorCode As LexicalErrorCode, _
	sourceNode As XplNode, _
	ParamArray Params As String() _
) As Error
public:
static Error^ New(
	LexicalErrorCode errorCode, 
	XplNode^ sourceNode, 
	... array<String^>^ Params
)
Parameters
errorCode (LexicalErrorCode)

[Missing <param> documentation for "errorCode"]

sourceNode (XplNode)

[Missing <param> documentation for "sourceNode"]

Params (array< String >[]()[])

[Missing <param> documentation for "Params"]

Return Value

[Missing <returns> documentation for M:LayerD.ZOECompiler.LexicalError.New(LayerD.ZOECompiler.LexicalErrorCode,LayerD.CodeDOM.XplNode,System.String[])]

Assembly: lib_zoec_core (Module: lib_zoec_core) Version: 1.0.3410.22813 (1.0.0.0)