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