ISandcastleProjectIncludeExtensionMethodsInMemberLists Property

This read-only property is used to get whether or not extension methods are included in member list topics.

Definition

Namespace: Sandcastle.Core.Project
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2025.9.30.0
bool IncludeExtensionMethodsInMemberLists { get; }

Property Value

Boolean
Note that the property is the inverse of the underlying OmitExtensionMethods value to maintain backward compatibility with prior releases.

See Also