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