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 );
BaseReflectionDocumenter Class | NDoc.Core.Reflection Namespace