Version

Search Results

Type Property (RepetitionSyntaxRule)

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

RepetitionSyntaxRule Constructor(SyntaxRule)

Creates a new RepetitionSyntaxRule instance. Syntax Parameters rule The rule which can repeatedly succeed for the RepetitionSyntaxRule to succeed.

ServiceEventArgs Class

Provides contextual information for the ServicesManager.ServiceAdded and ServicesManager.ServiceRemoved events. Syntax

ServiceEventArgs Class Members

Public Properties

Service Property

Gets the service which was registered or unregistered. Syntax

ServiceKey Property

Gets The case-sensitively unique key with which the service was registered or null if the service was registered with a Type. Syntax

ServiceType Property

Gets the type with which the service was registered or null if the service was registered with a key. Syntax

ServicesManager Class

A thread-safe class which manages a collection of services for a LanguageBase-derived instance and allows services to be registered by a string key or by a Type. Syntax