NDepend.API Documentation
OverridesDirectDerived Property (IProperty)
NDepend.CodeModel Namespace > IProperty Interface : OverridesDirectDerived Property
Gets a sequence of properties declared in this property IMember.ParentType.IType.DirectDerivedTypes, overriding this property. If this property is not overridden, gets an empty sequence.
Syntax
IEnumerable<IProperty> OverridesDirectDerived {get;}
Remarks
A sequence of properties overriding this property is also returned even if this property is declared in a third-party assembly.
Methods 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
OverridesDerived Property
OverriddensBase Property