DynamicTopic.Render Method
- Namespace
- Kampute.DocToolkit.Topics.Abstracts
- Assembly
- Kampute.DocToolkit.dll
Definition
Renders the documentation content to the specified TextWriter using the provided documentation context.
public override void Render(TextWriter writer, IDocumentationContext context)Parameters
writerTextWriter- The TextWriter to which the rendered content will be written.
contextIDocumentationContext- The documentation context, which provides additional information for rendering the topic.
Exceptions
- ArgumentNullException
- Thrown when
writerorcontextisnull.
