Summary
Removes a member from the collection.
- Assembly
- NAnt
.Core .dll - Namespace
- NAnt
.Core .Filters - Containing Type
- Filter
Builder Collection
Syntax
public void Remove(FilterBuilder item)
Parameters
Name | Type | Description |
---|---|---|
item | FilterBuilder | The NAnt.Core.Filters.FilterBuilder to remove from the collection. |
Return Value
Type | Description |
---|---|
void |