Returns the string representation of this object. Syntax
Abstract base class for all rules defining what a NonTerminalSymbol can legally represent. Syntax
A collection of SyntaxRule instances. Syntax
Public Properties Public Methods
Public Methods
Public Properties
Adds the specified SyntaxRule-derived instance to the collection. Syntax Parameters rule The SyntaxRule-derived instance to add to the collection. Exceptions Exception Description System.ArgumentNullException Occurs when rule is null. System.InvalidOperationException Occurs when rule is already owned by another ru...
Removes all rules from the collection. Syntax
Returns the number of elements in this collection. Syntax
Gets the index of the specified rule or -1 if it doesnt exist. Syntax Parameters rule Return Value The zero-based index of the rule in the collection or -1 if it doesnt exist. Exceptions Exception Description System.ArgumentNullException Occurs when rule is null.