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.

Definition

Namespace: SandcastleBuilder.Utils
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.2.18.0
public bool AutoDocumentDisposeMethods { get; }

Property Value

Boolean

See Also