CodeStatsCountCollection.

this[string] Property

Summary

Gets the NAnt.Contrib.Types.CodeStatsCount with the specified name.
Assembly
NAnt.Contrib.dll
Namespace
NAnt.Contrib.Types
Containing Type
CodeStatsCountCollection

Syntax

[System.Runtime.CompilerServices.IndexerName("Item")]
public CodeStatsCount this[string value] { get; }

Attributes

Type Description
IndexerNameAttribute

Parameters

Name Type Description
value string

Value

Type Description
CodeStatsCount