TaskMetricList Add Method (String, String, IEnumerable Int32 , IEnumerable String )MSBuildCodeMetrics
Creates a new TaskMetric and adds to internal list

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

public TaskMetricList Add(
	string providerName,
	string metricName,
	IEnumerable<int> ranges,
	IEnumerable<string> files
)

Parameters

providerName
Type: OnlineSystem String
Provider name
metricName
Type: OnlineSystem String
Metric name
ranges
Type: OnlineSystem.Collections.Generic IEnumerable OnlineInt32 
Ranges
files
Type: OnlineSystem.Collections.Generic IEnumerable OnlineString 
Files

Return Value

Type: TaskMetricList
The task metric list
See Also