Gets the SyntaxRuleType value indicating the type of the SyntaxRule. Syntax
Creates a new ConcatenationSyntaxRule instance. Syntax
Creates a new ConcatenationSyntaxRule instance. Syntax Parameters rules The rules with which to initialize the child rules collection.
Overload List
Representing a custom language generated from a Grammar at run-time. Syntax Remarks To create a custom language which is created from generated code and therefore has shorter initialization time, see LanguageGenerator.
For a list of all members of this type, see CustomLanguage members. Public Events Name Description GlobalAmbiguityDetected Occurs when a global ambiguity is detected while parsing a document. SyntaxTreeCreated Occurs after a parse operation when a new SyntaxTree has been created and before it returned. (Inherited ...
Public Constructors Public Properties Public Methods Protected Methods Public Events
Public Methods Protected Methods
Public Properties
Occurs when a global ambiguity is detected while parsing a document. Syntax Event Data The event handler receives an argument of type GlobalAmbiguityDetectedEventArgs containing data related to this event. The following GlobalAmbiguityDetectedEventArgs properties provide information specific to this event.Property...