DocumentPageRenderer.RenderEnum Method
- Namespace
- Kampute.DocToolkit
- Assembly
- Kampute.DocToolkit.dll
Definition
Renders the specified enum.
public virtual void RenderEnum(TextWriter writer, EnumModel enumType)Parameters
writerTextWriter- The text writer to render the documentation to.
enumTypeEnumModel- The enum to render.
Exceptions
- ArgumentNullException
- Thrown when
writerorenumTypeisnull.
