Summary
Gets or sets the element at the specified index.
- Assembly
- NAnt
.Contrib .dll - Namespace
- NAnt
.Contrib .Types - Containing Type
- Code
Stats Count Collection
Syntax
[System.Runtime.CompilerServices.IndexerName("Item")]
public CodeStatsCount this[int index] { get; set; }
Attributes
| Type | Description |
|---|---|
| IndexerNameAttribute |
Parameters
| Name | Type | Description |
|---|---|---|
| index | int |
Value
| Type | Description |
|---|---|
| CodeStatsCount |
