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

NUnitTestCollection.AddRange Method

[This is preliminary documentation and subject to change.]

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

Overload List

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

public void AddRange(NUnitTest[]);

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

public void AddRange(NUnitTestCollection);

See Also

NUnitTestCollection Class | NAnt.NUnit1.Types Namespace