Summary
Inserts a
NAnt.Core.Util.CommandLineArgument
into the collection at the specified index.
- Assembly
- NAnt
.Core .dll - Namespace
- NAnt
.Core .Util - Containing Type
- Command
Line Argument Collection
Syntax
public void Insert(int index, CommandLineArgument item)
Parameters
Name | Type | Description |
---|---|---|
index | int | The zero-based index at which item should be inserted. |
item | CommandLineArgument | The NAnt.Core.Util.CommandLineArgument to insert. |
Return Value
Type | Description |
---|---|
void |