SandcastleProjectAutoDocumentConstructors Property
This read-only property is used to get whether or not constructors are automatically documented if
they are missing the <summary> tag and for classes with compiler generated constructors.
Namespace: SandcastleBuilder.UtilsAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.9.12.0
public bool AutoDocumentConstructors { get; }
Public ReadOnly Property AutoDocumentConstructors As Boolean
Get
public:
property bool AutoDocumentConstructors {
bool get ();
}
member AutoDocumentConstructors : bool with get
Property Value
Boolean