DocumentPageRenderer.RenderNamespace Method
- Namespace
- Kampute.DocToolkit
- Assembly
- Kampute.DocToolkit.dll
Definition
Renders the specified namespace information.
public virtual void RenderNamespace(TextWriter writer, NamespaceModel ns, bool includeTypes)Parameters
writerTextWriter- The text writer to render the documentation to.
nsNamespaceModel- The namespace information to render.
includeTypesbool- Indicates whether to include detailed documentation of types defined in the namespace.
Exceptions
- ArgumentNullException
- Thrown when
writerornsisnull.
