Summary
Inserts a
NAnt.Contrib.Types.CodeStatsCount into the collection at the specified index.
- Assembly
- NAnt
.Contrib .dll - Namespace
- NAnt
.Contrib .Types - Containing Type
- Code
Stats Count Collection
Syntax
public void Insert(int index, CodeStatsCount item)
Parameters
| Name | Type | Description |
|---|---|---|
| index | int | The zero-based index at which item should be inserted. |
| item | CodeStatsCount | The NAnt.Contrib.Types.CodeStatsCount to insert. |
Return Value
| Type | Description |
|---|---|
| void |
