Version

Search Results

Item Property (SyntaxRuleCollection)

Returns the rule at the specified %%. Syntax Parameters index

Remove Method (SyntaxRuleCollection)

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.

RemoveAt Method

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...

ToString Method (SyntaxRuleCollection)

Returns the string representation of this object. Syntax

SyntaxRuleOwnerBase Class

Abstract base class for SyntaxRule instances which own a single rule. Syntax

SyntaxRuleOwnerBase Class Members

Public Properties Public Methods

Rule Property (SyntaxRuleOwnerBase)

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...

SyntaxRulesOwnerBase Class

Abstract base class for SyntaxRule instances which own multiple rules. Syntax