Metric Range Property MSBuildCodeMetrics
The ranges. Example: if 10 and 5 is specified, the following ranges will be computed: x > 10, 10 >= x > 5, x < 5

Namespace: MSBuildCodeMetrics.Core
Assembly: MSBuildCodeMetrics.Core (in MSBuildCodeMetrics.Core.dll) Version: 0.1.4894.24375
Syntax

public IEnumerable<int> Range { get; }

Property Value

Type: OnlineIEnumerable OnlineInt32 
See Also