NDepend.API Documentation
OverridesDerived Property (IProperty)
NDepend.CodeModel Namespace > IProperty Interface : OverridesDerived Property
Gets a sequence of properties declared in this property IMember.ParentType.IType.DerivedTypes, overriding this property. If this property is not overridden, gets an empty sequence.
Syntax
IEnumerable<IProperty> OverridesDerived {get;}
Remarks
A sequence of properties overriding this property is also returned even if this property is declared in a third-party assembly.
Properties for which IsNewSlot is true, are not in the returned sequence.
This property getter has a O(this.IMember.ParentType.IType.NbChildren.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
OverridesDirectDerived Property
OverriddensBase Property