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