Unregisters a service of a specific type. Syntax Type Parameters T The Type which was used as a key to register the service.
Represents a symbol in the associated Grammar. Syntax
Represents a symbol reference rule. The symbol associated with the rule must be found in the parsed text for the rule is succeed. Syntax
Public Constructors Public Properties Public Methods
Public Methods
Public Properties
Gets the Symbol associated with the rule. Syntax
Returns the string representation of this object. Syntax
Gets the SyntaxRuleType value indicating the type of the SyntaxRule. Syntax
Creates a new SymbolReferenceSyntaxRule instance. Syntax Parameters symbol The symbol which must be found in the document for the SymbolReferenceSyntaxRule to succeed. Exceptions Exception Description System.ArgumentNullException Occurs when symbol is null. System.ArgumentException Occurs when symbol is the Unreco...