ISandcastleProjectIncludeObjectExtensionMethodsInMemberLists Property

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

Definition

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

Property Value

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

Remarks

This has no effect if IncludeExtensionMethodsInMemberLists is false.

See Also