Language Class

Namespace
Kampute.DocToolkit.Languages
Assembly
  • Kampute.DocToolkit.dll

Definition

Provides access to the default programming language used for formatting code elements.
public static class Language
Inheritance

Properties

DefaultGets or sets the default programming language used for formatting code elements.

Methods

IsDefault(IProgrammingLanguage)Determines whether the specified language is the default language.
IsValidIdentifier(string)Determines whether the specified identifier is valid.
IsValidNamespace(string)Determines whether the specified namespace name is valid.