NDoc 1.3.1 SDK

IDocumenterConfig.Write Method 

Writes the current state of the documenter to the specified XmlWrtier.

[Visual Basic]
Sub Write( _ 
   ByVal writer As XmlWriter _ 
)
[C#]
void Write(
   XmlWriter writer
);
[C++]
void Write(
   XmlWriter* writer
);
[JScript]
function Write(
   XmlWriter writer
);

Parameters

writer
An XmlWriter.

Remarks

This method uses reflection to serialize all of the public properties in the documenter.

See Also

IDocumenterConfig Interface | NDoc.Core Namespace