Language.Default Property
- Namespace
- Kampute.DocToolkit.Languages
- Assembly
- Kampute.DocToolkit.dll
Definition
Gets or sets the default programming language used for formatting code elements.
public static IProgrammingLanguage Default { get; set; }Property Value
- IProgrammingLanguage
- The default IProgrammingLanguage instance.
Exceptions
- ArgumentNullException
- Thrown when attempting to set a
nullvalue.
