Saves AssemblySlashDoc details to an XmlWriter.
[Visual Basic] Public Sub WriteXml( _ ByVal writer As XmlWriter _ ) [C#] public void WriteXml( XmlWriter writer ); [C++] public: void WriteXml( XmlWriter* writer ); [JScript] public function WriteXml( XmlWriter writer );
The persisted format is is follows
<assemblies> <assembly location="relative or fixed path" documentation="relative or fixed path" /> ... </assemblies>
AssemblySlashDocCollection Class | NDoc.Core Namespace