MetricReport AddRange Method MSBuildCodeMetrics
Create a new SummaryRangeReport and adds it to the Ranges property

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

public MetricReport AddRange(
	string rangeName,
	int count
)

Return Value

Type: MetricReport
the report
See Also