CSharp Constructors

Namespace
Kampute.DocToolkit.Languages
Assembly
  • Kampute.DocToolkit.dll
CSharp()Initializes a new instance of the CSharp class with default options.
CSharp(CodeStyleOptions)Initializes a new instance of the CSharp class with the specified options.

CSharp()

Initializes a new instance of the CSharp class with default options.
public CSharp()

CSharp(CodeStyleOptions)

Initializes a new instance of the CSharp class with the specified options.
public CSharp(CodeStyleOptions options)

Parameters

options CodeStyleOptions
The options for the C# language formatter.

Exceptions

ArgumentNullException
Thrown when options is null.