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

IMethod Interface
IMethod Members
OverridesDerived Property
OverriddensBase Property