Summary
Adds a
NAnt.Compression.Types.TarFileSet
to the end of the collection.
- Assembly
- NAnt
.Compression .dll - Namespace
- NAnt
.Compression .Types - Containing Type
- TarFileSetCollection
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. |