MetricList Add Method (String, String)MSBuildCodeMetrics
Adds a new Metric to the list and returs the list.

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

public MetricList Add(
	string providerName,
	string metricName
)

Return Value

Type: MetricList
The metric list
See Also