NAnt SDK Documentation - v0.92

NUnit2TestCollection Constructor (NUnit2Test[])

Initializes a new instance of the NUnit2TestCollection class with the specified array of NUnit2Test instances.

[Visual Basic]
Overloads Public Sub New( _
   ByVal value As NUnit2Test() _
)
[C#]
public NUnit2TestCollection(
   NUnit2Test[] value
);

See Also

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