NAnt SDK Documentation - v0.92 |
|
DataTypeCollectionBase.CopyTo Method (Array, Int32)
Copies the items of the collection to an Array, starting at a particular index.
[Visual Basic]
NotOverridable Overloads Public Sub CopyTo( _
ByVal
array As
Array, _
ByVal
index As
Integer _
) _
Parameters
-
array
- The one-dimensional Array that is the destination of the items copied from the collection. The Array must have zero-based indexing.
-
index
- The zero-based index in array at which copying begins.
Implements
ICollection.CopyTo
See Also
DataTypeCollectionBase Class | NAnt.DotNet.Types Namespace | DataTypeCollectionBase.CopyTo Overload List