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

NUnit2TestCollection.AddRange Method (NUnit2Test[])

[This is preliminary documentation and subject to change.]

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.

Remarks

Missing <remarks> documentation for M:NAnt.NUnit2.Types.NUnit2TestCollection.AddRange(NAnt.NUnit2.Types.NUnit2Test[])

See Also

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