Summary
Removes a member from the collection.
- Assembly
- NAnt
.Compression .dll - Namespace
- NAnt
.Compression .Types - Containing Type
- ZipFileSetCollection
Syntax
public void Remove(ZipFileSet item)
Parameters
| Name | Type | Description |
|---|---|---|
| item | ZipFileSet | The NAnt.Compression.Types.ZipFileSet to remove from the collection. |
Return Value
| Type | Description |
|---|---|
| void |
