ComputeMetricsParameter Constructor MSBuildCodeMetrics
Creates a new ComputeMetricsParameter for the specified provider, metric and files.

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

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