NAnt SDK Documentation - v0.92

NUnit2TestCollection.Remove Method 

Removes a member from the collection.

[Visual Basic]
Public Sub Remove( _
   ByVal item As NUnit2Test _
)
[C#]
public void Remove(
   NUnit2Test item
);

Parameters

item
The NUnit2Test to remove from the collection.

See Also

NUnit2TestCollection Class | NAnt.NUnit2.Types Namespace