DocumentPageRenderer.RenderConstructor Method
- Namespace
- Kampute.DocToolkit
- Assembly
- Kampute.DocToolkit.dll
Definition
Renders the specified constructor.
public virtual void RenderConstructor(TextWriter writer, ConstructorModel constructor)Parameters
writerTextWriter- The text writer to render the documentation to.
constructorConstructorModel- The constructor to render.
Exceptions
- ArgumentNullException
- Thrown when
writerorconstructorisnull.
