DocumentPageRenderer.RenderDelegate Method
- Namespace
- Kampute.DocToolkit
- Assembly
- Kampute.DocToolkit.dll
Definition
Renders the specified delegate type.
public virtual void RenderDelegate(TextWriter writer, DelegateModel delegateType)Parameters
writerTextWriter- The text writer to render the documentation to.
delegateTypeDelegateModel- The delegate type to render.
Exceptions
- ArgumentNullException
- Thrown when
writerordelegateTypeisnull.
