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

NUnitTestCollection Constructor (NUnitTestCollection)

[This is preliminary documentation and subject to change.]

Initializes a new instance of the NUnitTestCollection class with the specified NUnitTestCollection instance.

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

Parameters

value
Missing <param> documentation for value

Remarks

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

See Also

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