DocumentPageRenderer.RenderConstructorOverloads Method
- Namespace
- Kampute.DocToolkit
- Assembly
- Kampute.DocToolkit.dll
Definition
Renders the specified constructor overloads.
public virtual void RenderConstructorOverloads(TextWriter writer, OverloadCollection<ConstructorModel> constructors)Parameters
writerTextWriter- The text writer to render the documentation to.
constructorsOverloadCollection<ConstructorModel>- The overloaded constructors to render.
Exceptions
- ArgumentNullException
- Thrown when
writerorconstructorsisnull.
