NDepend.API Documentation
NbChildren Property
NDepend.CodeModel Namespace > IType Interface : NbChildren Property
Gets a numeric nullable value counting this class's number of derived classes, or this interface number of implementer types.
Syntax
Nullable<ushort> NbChildren {get;}

Property Value

null if this type is declared in a third-party assembly.
null if this type is static, is a structure or is an enumeration.
Otherwise returns this type NbChildren numeric value.
Requirements

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

See Also

Reference

IType Interface
IType Members