NDoc 1.3.1 SDK

BaseDocumenterConfig.GetProperties Method 

Gets an enumerable list of PropertyInfo objects representing the properties of this config.

[Visual Basic]
Public Function GetProperties() _
    Implements IDocumenterConfig.GetProperties As IEnumerable
[C#]
public IEnumerable GetProperties();
[C++]
public: IEnumerable* GetProperties();
[JScript]
public function GetProperties(): IEnumerable;

Implements

IDocumenterConfig.GetProperties

Remarks

properties are represented by PropertyInfo objects.

See Also

BaseDocumenterConfig Class | NDoc.Core Namespace