NAnt SDK Documentation - v0.92

NUnit2TestCollection.AddRange Method (NUnit2TestCollection)

Adds the elements of a NUnit2TestCollection to the end of the collection.

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

Parameters

items
The NUnit2TestCollection to be added to the end of the collection.

See Also

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