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;
IDocumenterConfig.GetProperties
properties are represented by PropertyInfo objects.
BaseDocumenterConfig Class | NDoc.Core Namespace