IDocumenterConfig.Write Method

NDoc Core

NDoc Documentation

IDocumenterConfig.Write Method 

Writes the current state of the documenter to the specified XmlWrtier.

void Write(
   XmlWriter writer
);

Parameters

writer
An XmlWriter.

Remarks

This method uses reflection to serialize all of the public properties in the documenter.

See Also

IDocumenterConfig Interface | NDoc.Core Namespace