NDepend.API Documentation
ChildMembers Property
NDepend.CodeModel Namespace > ICodeElementParent Interface : ChildMembers Property
Gets a sequence of methods and fields declared in this scope. If this code element is declared in (or is) a third-party assembly, gets only methods and fields used by the application.
Syntax
IEnumerable<IMember> ChildMembers {get;}
Remarks
If this is a ICodeBase, return the same sequence as ICodeBaseView.ICodeBaseView.Members.
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
ChildMethods Property
ChildFields Property