SummaryReport AddMetric Method MSBuildCodeMetrics
Adds a new metric and returns the 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 new metric
See Also