MetricReport AddMeasure Method MSBuildCodeMetrics
Create a new MetricReport and add it to the Measures list

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

public MetricReport AddMeasure(
	string measureName,
	int value
)

Return Value

Type: MetricReport
The new metric report
See Also