Creates a new ExceptionSyntaxRule instance. Syntax Parameters rule The rule which must succeed for the ExceptionSyntaxRule to succeed.exception The rule which must not succeed for the ExceptionSyntaxRule to succeed.
Overload List
Represents a rule which will succeed if its owned SyntaxRuleOwnerBase.Rule succeeds the specified number of times. Syntax
Public Constructors Public Properties Public Methods
Public Methods
Public Properties
Gets or sets the number of times the owned rule must succeed for the FactorSyntaxRule to succeed. Syntax Exceptions Exception Description System.InvalidOperationException Occurs when the Grammar.IsMutable value of the owning Grammar is False. System.ArgumentOutOfRangeException Occurs when the specified value is ne...
Returns the string representation of this object. Syntax
Gets the SyntaxRuleType value indicating the type of the SyntaxRule. Syntax
Creates a new FactorSyntaxRule instance. Syntax Parameters factor The number of times the owned rule must succeed for the FactorSyntaxRule to succeed.rule The rule which can repeatedly succeed for the FactorSyntaxRule to succeed. Exceptions Exception Description System.ArgumentOutOfRangeException Occurs when facto...