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 );
This method uses reflection to serialize all of the public properties in the documenter.
IDocumenterConfig Interface | NDoc.Core Namespace