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

NUnit2TestCollection.Add Method 

[This is preliminary documentation and subject to change.]

Adds a NUnit2Test to the end of the collection.

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

Parameters

item
The NUnit2Test 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.NUnit2.Types.NUnit2TestCollection.Add(NAnt.NUnit2.Types.NUnit2Test)

See Also

NUnit2TestCollection Class | NAnt.NUnit2.Types Namespace