DocFormatter Constructor
- Namespace
- Kampute.DocToolkit.Formatters
- Assembly
- Kampute.DocToolkit.dll
Definition
Initializes a new instance of the DocFormatter class.
protected DocFormatter(string fileExtension)Parameters
fileExtensionstring- The file extension of the documentation files in the target format.
Exceptions
- ArgumentNullException
- Thrown when
fileExtensionisnullor empty.
