NAnt SDK Documentation - v0.85-nightly-2005-11-09

NUnit2TestCollection.Contains Method 

[This is preliminary documentation and subject to change.]

Determines whether a NUnit2Test is in the collection.

[Visual Basic]
Public Function Contains( _
   ByVal item As NUnit2Test _
) As Boolean
[C#]
public bool Contains(
   NUnit2Test item
);

Parameters

item
The NUnit2Test to locate in the collection.

Return Value

true if item is found in the collection; otherwise, false.

Remarks

Missing <remarks> documentation for M:NAnt.NUnit2.Types.NUnit2TestCollection.Contains(NAnt.NUnit2.Types.NUnit2Test)

See Also

NUnit2TestCollection Class | NAnt.NUnit2.Types Namespace