NDoc 1.3.1 SDK

AssemblySlashDocCollection.WriteXml Method 

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
);

Parameters

writer
An open XmlWriter.

Remarks

The persisted format is is follows

<assemblies>
    <assembly location="relative or fixed path" documentation="relative or fixed path" />
    ...
</assemblies>

See Also

AssemblySlashDocCollection Class | NDoc.Core Namespace