NAnt SDK Documentation - v0.92

NUnitTestCollection.AddRange Method (NUnitTestCollection)

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

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

Parameters

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

See Also

NUnitTestCollection Class | NAnt.NUnit1.Types Namespace | NUnitTestCollection.AddRange Overload List