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