NDepend.API Documentation
ChildProperties Property
NDepend.CodeModel Namespace > ICodeElementParent Interface : ChildProperties Property
Gets a sequence of properties declared in this code element. If this code element is declared in (or is) a third-party assembly, gets only properties used by the application.
Syntax
IEnumerable<IProperty> ChildProperties {get;}
Remarks
The result includes instance and static properties and also indexers if any.
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