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