BaseDocumenterConfig.Write Method

NDoc Core

NDoc Documentation

BaseDocumenterConfig.Write Method 

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

public void Write(
   XmlWriter writer
);

Parameters

writer
An XmlWriter.

Implements

IDocumenterConfig.Write

Remarks

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

See Also

BaseDocumenterConfig Class | NDoc.Core Namespace