DocFormatter.Transform Method

Namespace
Kampute.DocToolkit.Formatters
Assembly
  • Kampute.DocToolkit.dll

Definition

Writes the transformed content of the XML comment element to the specified TextWriter.
public virtual void Transform(TextWriter writer, XElement comment)

Parameters

writer TextWriter
The TextWriter to write the transformed content to.
comment XElement
The XML comment element to process.

Exceptions

ArgumentNullException
Thrown when writer or comment is null.