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

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

See Also

Reference

ICodeElementParent Interface
ICodeElementParent Members
ChildTypes Property
ChildMethods Property
ChildFields Property