TarFileSetCollection.

Insert(int, TarFileSet) Method

Summary

Inserts a NAnt.Compression.Types.TarFileSet into the collection at the specified index.

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