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