DetailsReport AddMetric Method MSBuildCodeMetrics
Creates a new metric, adds it to the report and return the reference of the new metric.

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

public MetricReport AddMetric(
	string providerName,
	string metricName
)

Return Value

Type: MetricReport
The metric report
See Also