CountLOCProvider GetMetrics Method MSBuildCodeMetrics
Get Metrics computed by this provider: CodeLOC, EmptyLOC, CommentLOC

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

public IEnumerable<string> GetMetrics()

Return Value

Type: OnlineIEnumerable OnlineString 
A set of metrics

Implements

ICodeMetricsProvider GetMetrics 
See Also