Nullable<uint> CyclomaticComplexity {get;}
Property Value
null if this type is declared in a third-party assembly.null if this type has no method where IMethod.CyclomaticComplexity is available.
null if the PDB file of this type parent's assembly, hasen't been found.
null if the source code file path referenced from the PDB file cannot be found.
null if the source code of this type is written with a programming language different than C#.
Otherwise returns this type child methods additive source code complexity.
More information on this can be found at: Understanding NDepend Analysis Inputs