DocumentPageRenderer.RenderConstructor Method

Namespace
Kampute.DocToolkit
Assembly
  • Kampute.DocToolkit.dll

Definition

Renders the specified constructor.
public virtual void RenderConstructor(TextWriter writer, ConstructorModel constructor)

Parameters

writer TextWriter
The text writer to render the documentation to.
constructor ConstructorModel
The constructor to render.

Exceptions

ArgumentNullException
Thrown when writer or constructor is null.