MetricList Add Method (String, String, IEnumerable Int32 )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,
	IEnumerable<int> range
)

Parameters

providerName
Type: OnlineSystem String
Provider name
metricName
Type: OnlineSystem String
Metric name
range
Type: OnlineSystem.Collections.Generic IEnumerable OnlineInt32 
Range

Return Value

Type: MetricList
The metric list
See Also