NAnt SDK Documentation - v0.92

NUnit2TestCollection.AddRange Method (NUnit2Test[])

Adds the elements of a NUnit2Test array to the end of the collection.

[Visual Basic]
Overloads Public Sub AddRange( _
   ByVal items As NUnit2Test() _
)
[C#]
public void AddRange(
   NUnit2Test[] items
);

Parameters

items
The array of NUnit2Test elements to be added to the end of the collection.

See Also

NUnit2TestCollection Class | NAnt.NUnit2.Types Namespace | NUnit2TestCollection.AddRange Overload List