NDoc 1.3.1 SDK

BaseReflectionDocumenterConfig Constructor 

Initializes a new instance of the BaseReflectionDocumenterConfig class.

[Visual Basic]
Protected Sub New( _ 
   ByVal name As String _ 
)
[C#]
protected BaseReflectionDocumenterConfig(
   string name
);
[C++]
protected: BaseReflectionDocumenterConfig(
   String* name
);
[JScript]
protected function BaseReflectionDocumenterConfig(
   String name
);

Parameters

name
Documenter Name

See Also

BaseReflectionDocumenterConfig Class | NDoc.Core.Reflection Namespace