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