NAnt SDK Documentation - v0.85-nightly-2005-11-09 |
|
DataTypeCollectionBase.CopyTo Method (Array, Int32)
[This is preliminary documentation and subject to change.]
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
Remarks
Missing <remarks> documentation for M:NAnt.DotNet.Types.DataTypeCollectionBase.CopyTo(System.Array,System.Int32)
See Also
DataTypeCollectionBase Class | NAnt.DotNet.Types Namespace | DataTypeCollectionBase.CopyTo Overload List