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