NAnt SDK Documentation - v0.92

NUnit2TestCollection.AddRange Method

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

Overload List

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

public void AddRange(NUnit2Test[]);

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

public void AddRange(NUnit2TestCollection);

See Also

NUnit2TestCollection Class | NAnt.NUnit2.Types Namespace