Summary
Adds the elements of a
NAnt.Compression.Types.TarFileSetCollection to the end of the collection.
- Assembly
- NAnt
.Compression .dll - Namespace
- NAnt
.Compression .Types - Containing Type
- TarFileSetCollection
Syntax
public void AddRange(TarFileSetCollection items)
Parameters
| Name | Type | Description |
|---|---|---|
| items | TarFileSetCollection | The NAnt.Compression.Types.TarFileSetCollection to be added to the end of the collection. |
Return Value
| Type | Description |
|---|---|
| void |
