NAnt SDK Documentation - v0.85-nightly-2005-11-09 |
|
NUnitTestCollection.CopyTo Method
[This is preliminary documentation and subject to change.]
Copies the entire collection to a compatible one-dimensional array, starting at the specified index of the target array.
[Visual Basic]
Public Sub CopyTo( _
ByVal
array As
NUnitTest(), _
ByVal
index As
Integer _
)
Parameters
-
array
- The one-dimensional array that is the destination of the elements copied from the collection. The array must have zero-based indexing.
-
index
- The zero-based index in array at which copying begins.
Remarks
Missing <remarks> documentation for M:NAnt.NUnit1.Types.NUnitTestCollection.CopyTo(NAnt.NUnit1.Types.NUnitTest[],System.Int32)
See Also
NUnitTestCollection Class | NAnt.NUnit1.Types Namespace