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

writer TextWriter
The TextWriter to which the rendered content will be written.
context IDocumentationContext
The documentation context, which provides additional information for rendering the topic.

Exceptions

ArgumentNullException
Thrown when writer or context is null.