Metric Constructor MSBuildCodeMetrics
Creates a new metric

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

public Metric(
	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 
The ranges (ex: 10, 5)
See Also