FileSystemDocumentationComposer Constructor
- Namespace
- Kampute.DocToolkit
- Assembly
- Kampute.DocToolkit.dll
Definition
Initializes a new instance of the FileSystemDocumentationComposer class.
public FileSystemDocumentationComposer(IDocumentRenderer renderer)Parameters
rendererIDocumentRenderer- The documentation renderer.
Exceptions
- ArgumentNullException
- Thrown when
rendererisnull.
