TaskMetric Constructor MSBuildCodeMetrics
Creates a new task metric

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

public TaskMetric(
	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
See Also