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