Writes the current state of the config to the specified XmlWriter.
[Visual Basic] Public Sub Write( _ ByVal writer As XmlWriter _ ) _ Implements IDocumenterConfig.Write [C#] public void Write( XmlWriter writer ); [C++] public: void Write( XmlWriter* writer ); [JScript] public function Write( XmlWriter writer );
A property will not be persisted if,
BaseDocumenterConfig Class | NDoc.Core Namespace