IXmlDocTransformer.Transform Method

Namespace
Kampute.DocToolkit.XmlDoc
Assembly
  • Kampute.DocToolkit.dll

Definition

Writes the transformed content of the XML comment element to the specified TextWriter.
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.