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