DocumentPageRenderer.RenderMethod Method
- Namespace
- Kampute.DocToolkit
- Assembly
- Kampute.DocToolkit.dll
Definition
Renders the specified method.
public virtual void RenderMethod(TextWriter writer, MethodModel method)Parameters
writerTextWriter- The text writer to render the documentation to.
methodMethodModel- The method to render.
Exceptions
- ArgumentNullException
- Thrown when
writerormethodisnull.
