NDepend.API Documentation
MeAndDirectChildren Property
NDepend.CodeModel Namespace > ICodeElementParent Interface : MeAndDirectChildren Property
Returns a sequence of this code element followed by its direct children code elements.
Syntax
IEnumerable<ICodeElement> MeAndDirectChildren {get;}
Remarks
If this code element is an assembly, a sequence starting with this assembly followed by its child namespaces will be returned.
If this code element is a namespace, a sequence starting with this namespace followed by its child types 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, 7and Linux, MacOS with net10.0, net9.0 or net8.0 installed

See Also

Reference

ICodeElementParent Interface
ICodeElementParent Members