Loads AssemblySlashDoc details from an XmlReader.
[Visual Basic] Public Sub ReadXml( _ ByVal reader As XmlReader _ ) [C#] public void ReadXml( XmlReader reader ); [C++] public: void ReadXml( XmlReader* reader ); [JScript] public function ReadXml( XmlReader reader );
The expected format is is follows
<assemblies> <assembly location="relative or fixed path" documentation="relative or fixed path" /> ... </assemblies>
If the location attribute is missing or an empty string an exception will be thrown.
If the documentation attribute is missing or an empty string it will be silently ignored.
AssemblySlashDocCollection Class | NDoc.Core Namespace