ISandcastle ProjectInclude Object Extension Methods In Member Lists 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: 2026.1.20.0
Note that the property is the inverse of the underlying OmitObjectExtensionMethods value to maintain backward compatibility with prior releases.
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
bool IncludeObjectExtensionMethodsInMemberLists { get; }VB
ReadOnly Property IncludeObjectExtensionMethodsInMemberLists As Boolean
GetC++
property bool IncludeObjectExtensionMethodsInMemberLists {
bool get ();
}F#
abstract IncludeObjectExtensionMethodsInMemberLists : bool with getProperty Value
BooleanNote 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.