NDepend.API Documentation
ChildMethods Property
NDepend.CodeModel Namespace > ICodeElementParent Interface : ChildMethods Property
Gets a sequence of methods declared in this namespace. If this code element is declared in (or is) a third-party assembly, gets only methods used by the application.
Syntax
IEnumerable<IMethod> ChildMethods {get;}
Remarks
The result includes methods, constructors, class constructors, property getter and setters, event adders and removers.
This property getter has a O(this.ChildMethods.Count) time complexity.
If this is a ICodeBase, return the same sequence as ICodeBaseView.ICodeBaseView.Methods.
Requirements

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

See Also

Reference

ICodeElementParent Interface
ICodeElementParent Members