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