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