IDocumentRenderer.RenderOperator Method
- Namespace
- Kampute.DocToolkit
- Assembly
- Kampute.DocToolkit.dll
Definition
Renders the specified operator.
void RenderOperator(TextWriter writer, OperatorModel theOperator)Parameters
writerTextWriter- The text writer to render the documentation to.
theOperatorOperatorModel- The operator to render.
