ISandcastleProjectIncludeObjectExtensionMethodsInMemberLists Property
This read-only property is used to get whether or not extension methods that extend
Object
are included in member list topics.
Namespace: Sandcastle.Core.ProjectAssembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2025.9.30.0
bool IncludeObjectExtensionMethodsInMemberLists { get; }
ReadOnly Property IncludeObjectExtensionMethodsInMemberLists As Boolean
Get
property bool IncludeObjectExtensionMethodsInMemberLists {
bool get ();
}
abstract IncludeObjectExtensionMethodsInMemberLists : bool with get
Property Value
BooleanNote that the property is the inverse of the underlying
OmitObjectExtensionMethods
value to maintain backward compatibility with prior releases.