DocFormatter Constructor

Namespace
Kampute.DocToolkit.Formatters
Assembly
  • Kampute.DocToolkit.dll

Definition

Initializes a new instance of the DocFormatter class.
protected DocFormatter(string fileExtension)

Parameters

fileExtension string
The file extension of the documentation files in the target format.

Exceptions

ArgumentNullException
Thrown when fileExtension is null or empty.