NDepend.API Documentation
OverriddensBase Property (IProperty)
NDepend.CodeModel Namespace > IProperty Interface : OverriddensBase Property
Gets a sequence of properties declared in this property IMember.ParentType.IType.BaseClasses and IType.InterfacesImplemented, overridden by this property. If this property doesn't override any property, gets an empty sequence.
Syntax
IEnumerable<IProperty> OverriddensBase {get;}
Remarks
A sequence of properties overridden by this property is also returned even if this property is declared in a third-party assembly.
This property getter has a O(this.IMember.ParentType.IType.DepthOfInheritance.Count) time complexity.
Requirements

Target Platforms: Windows 11, 10, 8, 7 and Linux, MacOS with net8.0, net7.0 or net6.0 installed

See Also

Reference

IProperty Interface
IProperty Members
OverridesDerived Property
OverridesDirectDerived Property