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

NUnit2TestCollection.AddRange Method (NUnit2TestCollection)

[This is preliminary documentation and subject to change.]

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.

Remarks

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

See Also

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