Click or drag to resize

Parser Constructor

Parse source code from the specified CodeUnit.

Namespace:  Nova.Parsing
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public Parser(
	CodeUnit codeUnit,
	ParseFlags flags = ParseFlags.None,
	bool isGenerated = false
)

Parameters

codeUnit
Type: Nova.CodeDOMCodeUnit
flags (Optional)
Type: Nova.ParsingParseFlags
isGenerated (Optional)
Type: SystemBoolean
See Also