TarFileSetCollection.

Add(TarFileSet) Method

Summary

Adds a NAnt.Compression.Types.TarFileSet to the end of the collection.

Syntax

public int Add(TarFileSet item)

Parameters

Name Type Description
item TarFileSet The NAnt.Compression.Types.TarFileSet to be added to the end of the collection.

Return Value

Type Description
int The position into which the new element was inserted.