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