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

NUnitTestCollection.Add Method 

[This is preliminary documentation and subject to change.]

Adds a NUnitTest to the end of the collection.

[Visual Basic]
Public Function Add( _
   ByVal item As NUnitTest _
) As Integer
[C#]
public int Add(
   NUnitTest item
);

Parameters

item
The NUnitTest to be added to the end of the collection.

Return Value

The position into which the new element was inserted.

Remarks

Missing <remarks> documentation for M:NAnt.NUnit1.Types.NUnitTestCollection.Add(NAnt.NUnit1.Types.NUnitTest)

See Also

NUnitTestCollection Class | NAnt.NUnit1.Types Namespace