NDoc 1.3.1 SDK

BaseReflectionDocumenter Constructor 

Initializes a new instance of the BaseReflectionDocumenter class.

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

Parameters

name
Documenter Name

See Also

BaseReflectionDocumenter Class | NDoc.Core.Reflection Namespace