ComputeMetricsParameterList Add Method (String, String, IEnumerable String )MSBuildCodeMetrics
Creates and adds a new ComputeMetricsParameter to the list

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

public ComputeMetricsParameterList Add(
	string providerName,
	string metricName,
	IEnumerable<string> files
)

Parameters

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

Return Value

Type: ComputeMetricsParameterList
The compute metrics parameter list
See Also