BaseDocumenterConfig.Read Method

NDoc Core

NDoc Documentation

BaseDocumenterConfig.Read Method 

Reads the previously serialized state of the documenter into memory.

public void Read(
   XmlReader reader
);

Parameters

reader
An XmlReader positioned on a documenter element.

Implements

IDocumenterConfig.Read

Remarks

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

See Also

BaseDocumenterConfig Class | NDoc.Core Namespace