NDoc 1.3.1 SDK

BaseReflectionDocumenterConfig.DocumentExplicitInterfaceImplementations Property

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] public 
   DefaultValue(Value=False)
   Category(Category="Visibility")
   Description(Description="Turn this flag on to document explicit interface implementations.")
function get DocumentExplicitInterfaceImplementations() : bool public 
   DefaultValue(Value=False)
   Category(Category="Visibility")
   Description(Description="Turn this flag on to document explicit interface implementations.")
function set DocumentExplicitInterfaceImplementations(bool);

Remarks

If this is true, members which explicitly implement interfaces will be included in the documentation. Normally, these members are not documented.

See Also

BaseReflectionDocumenterConfig Class | NDoc.Core.Reflection Namespace