NDepend.API Documentation
LCOMHS Property
NDepend.CodeModel Namespace > IType Interface : LCOMHS Property
Gets a numeric nullable value assessing the class members cohesion, through the standard Lack of Cohesion Of Methods Henderson-Sellers code metric.
Syntax
Nullable<float> LCOMHS {get;}

Property Value

null if this type is declared in a third-party assembly.
null if this type is an interface or an enumeration.
Otherwise returns this type LCOMHS numeric value.
Remarks
See the LCOM code metric definition for detailled explanations on the Lack of Cohesion Of Methods Henderson-Sellers code metric.
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