Returns the rule at the specified %%. Syntax Parameters index
Removes the specified rule from this collection. Syntax Parameters rule Exceptions Exception Description System.ArgumentNullException Occurs when rule is null. System.InvalidOperationException Occurs when the IsMutable value of the owning Grammar is False.
Removes the rule at the specified index from this collection. Syntax Parameters index Exceptions Exception Description System.ArgumentOutOfRangeException Occurs when index is less than 0 or greater than or equal to Count. System.InvalidOperationException Occurs when the IsMutable value of the owning Grammar is Fal...
Returns the string representation of this object. Syntax
Abstract base class for SyntaxRule instances which own a single rule. Syntax
Public Properties Public Methods
Public Methods
Public Properties
Gets or sets the SyntaxRule which is owned the current rule. Syntax Exceptions Exception Description System.InvalidOperationException Occurs when the IsMutable value of the owning Grammar is False. System.InvalidOperationException Occurs when the specified value is already owned by another rule or NonTerminalSymbo...
Abstract base class for SyntaxRule instances which own multiple rules. Syntax