NDoc 1.3.1 SDK

BaseReflectionDocumenterConfig.DocumentProtectedInternalAsProtected Property

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] public 
   Description(Description="If true, NDoc will treat "protected internal" members as "protected" only.")
   Category(Category="Visibility")
   DefaultValue(Value=False)
function get DocumentProtectedInternalAsProtected() : bool public 
   Description(Description="If true, NDoc will treat "protected internal" members as "protected" only.")
   Category(Category="Visibility")
   DefaultValue(Value=False)
function set DocumentProtectedInternalAsProtected(bool);

Remarks

If this is true, NDoc will treat "protected internal" members as "protected" only.

See Also

BaseReflectionDocumenterConfig Class | NDoc.Core.Reflection Namespace