Gets or sets the DocumentInternals property.
[Visual Basic]<DefaultValue(Value:=False), _ Category(Category:="Visibility"), _ Description(Description:="Turn this flag on to document explicit interface implementations.")>Public Property DocumentExplicitInterfaceImplementations As Boolean [C#][DefaultValue(Value=False)][Category(Category="Visibility")][Description(Description="Turn this flag on to document explicit interface implementations.")]public bool DocumentExplicitInterfaceImplementations { get; set; } [C++][DefaultValue(Value=False)][Category(Category="Visibility")][Description(Description="Turn this flag on to document explicit interface implementations.")]public: __property bool get_DocumentExplicitInterfaceImplementations(); public: __property void set_DocumentExplicitInterfaceImplementations(bool ); [JScript] publicDefaultValue(Value=False)Category(Category="Visibility")Description(Description="Turn this flag on to document explicit interface implementations.")function get DocumentExplicitInterfaceImplementations() : bool publicDefaultValue(Value=False)Category(Category="Visibility")Description(Description="Turn this flag on to document explicit interface implementations.")function set DocumentExplicitInterfaceImplementations(bool);
If this is true, members which explicitly implement interfaces will be included in the documentation. Normally, these members are not documented.
BaseReflectionDocumenterConfig Class | NDoc.Core.Reflection Namespace