Gets or sets the DocumentProtectedInternalAsProtected property.
[Visual Basic]<Description(Description:="If true, NDoc will treat "protected internal" members as "protected" only."), _ Category(Category:="Visibility"), _ DefaultValue(Value:=False)>Public Property DocumentProtectedInternalAsProtected As Boolean [C#][Description(Description="If true, NDoc will treat "protected internal" members as "protected" only.")][Category(Category="Visibility")][DefaultValue(Value=False)]public bool DocumentProtectedInternalAsProtected { get; set; } [C++][Description(Description="If true, NDoc will treat "protected internal" members as "protected" only.")][Category(Category="Visibility")][DefaultValue(Value=False)]public: __property bool get_DocumentProtectedInternalAsProtected(); public: __property void set_DocumentProtectedInternalAsProtected(bool ); [JScript] publicDescription(Description="If true, NDoc will treat "protected internal" members as "protected" only.")Category(Category="Visibility")DefaultValue(Value=False)function get DocumentProtectedInternalAsProtected() : bool publicDescription(Description="If true, NDoc will treat "protected internal" members as "protected" only.")Category(Category="Visibility")DefaultValue(Value=False)function set DocumentProtectedInternalAsProtected(bool);
If this is true, NDoc will treat "protected internal" members as "protected" only.
BaseReflectionDocumenterConfig Class | NDoc.Core.Reflection Namespace