CountProjectsByProjectTypeProvider GetMetrics Method MSBuildCodeMetrics
Get metrics computed by this provider

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

public IEnumerable<string> GetMetrics()

Return Value

Type: OnlineIEnumerable OnlineString 
set of metrics

Implements

ICodeMetricsProvider GetMetrics 
See Also