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

NUnitTestCollection.AddRange Method (NUnitTest[])

[This is preliminary documentation and subject to change.]

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

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

Parameters

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

Remarks

Missing <remarks> documentation for M:NAnt.NUnit1.Types.NUnitTestCollection.AddRange(NAnt.NUnit1.Types.NUnitTest[])

See Also

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