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

NUnitTestCollection Constructor (NUnitTest[])

[This is preliminary documentation and subject to change.]

Initializes a new instance of the NUnitTestCollection class with the specified array of NUnitTest instances.

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

Parameters

value
Missing <param> documentation for value

Remarks

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

See Also

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