Summary
Copies the items of the collection to an
System.Array
,
starting at a particular index.
- Assembly
- NAnt
.DotNet .dll - Namespace
- NAnt
.DotNet .Types - Containing Type
- Data
Type Collection Base
Syntax
public void CopyTo(Array array, int index)
Parameters
Name | Type | Description |
---|---|---|
array | Array | The one-dimensional System.Array that is the destination of the items copied from the collection. The System.Array must have zero-based indexing. |
index | int | The zero-based index in array at which copying begins. |
Return Value
Type | Description |
---|---|
void |