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
writerTextWriter- The TextWriter to write the transformed content to.
commentXElement- The XML comment element to process.
