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