DocumentPageRenderer.RenderClass Method

Namespace
Kampute.DocToolkit
Assembly
  • Kampute.DocToolkit.dll

Definition

Renders the specified class.
public virtual void RenderClass(TextWriter writer, ClassModel classType, bool includeMembers)

Parameters

writer TextWriter
The text writer to render the documentation to.
classType ClassModel
The class to render.
includeMembers bool
Indicates whether to include detailed documentation of class members.

Exceptions

ArgumentNullException
Thrown when writer or classType is null.