Version

Search Results

UnregisterService<T>() Method

Unregisters a service of a specific type. Syntax Type Parameters T The Type which was used as a key to register the service.

Symbol Class

Represents a symbol in the associated Grammar. Syntax

SymbolReferenceSyntaxRule Class

Represents a symbol reference rule. The symbol associated with the rule must be found in the parsed text for the rule is succeed. Syntax

SymbolReferenceSyntaxRule Class Members

Public Constructors Public Properties Public Methods

Symbol Property (SymbolReferenceSyntaxRule)

Gets the Symbol associated with the rule. Syntax

ToString Method (SymbolReferenceSyntaxRule)

Returns the string representation of this object. Syntax

Type Property (SymbolReferenceSyntaxRule)

Gets the SyntaxRuleType value indicating the type of the SyntaxRule. Syntax

SymbolReferenceSyntaxRule Constructor

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