NDepend.API Documentation
RecursiveChildren Property
NDepend.CodeModel Namespace > ICodeElementParent Interface : RecursiveChildren Property
Returns a sequence of all children code elements.
Syntax
IEnumerable<ICodeElement> RecursiveChildren {get;}
Remarks
If this code element is an assembly, a sequence of child namespaces, types, methods and fields will be returned.
If this code element is a namespace, a sequence of child types, methods and fields will be returned.
If this code element is a type, a sequence of child methods and fields will be returned.
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