NAnt SDK Documentation - v0.92

NUnitTestCollection.Remove Method 

Removes a member from the collection.

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

Parameters

item
The NUnitTest to remove from the collection.

See Also

NUnitTestCollection Class | NAnt.NUnit1.Types Namespace