Loads config details from the specified XmlReader.
[Visual Basic] Public Sub Read( _ ByVal reader As XmlReader _ ) _ Implements IDocumenterConfig.Read [C#] public void Read( XmlReader reader ); [C++] public: void Read( XmlReader* reader ); [JScript] public function Read( XmlReader reader );
Each property found in the XML is loaded into current config using ReadProperty.
BaseDocumenterConfig Class | NDoc.Core Namespace