Table of Contents

ISandcastleProject.IncludeObjectExtensionMethodsInMemberLists Property

Definition

Namespace
Sandcastle.Core.Project
Assembly
Sandcastle.Core.dll

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

bool IncludeObjectExtensionMethodsInMemberLists { get; }

Property Value

bool

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.