NUnitTestCollection.

Remove(NUnitTest) Method

Summary

Removes a member from the collection.
Assembly
NAnt.NUnit1.dll
Namespace
NAnt.NUnit1.Types
Containing Type
NUnitTestCollection

Syntax

public void Remove(NUnitTest item)

Parameters

Name Type Description
item NUnitTest The NAnt.NUnit1.Types.NUnitTest to remove from the collection.

Return Value

Type Description
void