Summary
Copies the hash table elements to a one-dimensional Array instance at the specified index.
- Assembly
- NAnt
.Core .dll - Namespace
- NAnt
.Core - Containing Type
- Data
Type Base Dictionary
Syntax
public void CopyTo(DataTypeBase[] array, int index)
Parameters
Name | Type | Description |
---|---|---|
array | DataTypeBase[] | The one-dimensional Array that is the destination of the DictionaryEntry objects copied from Hashtable. The Array must have zero-based indexing. |
index | int | The zero-based index in array at which copying begins. |
Return Value
Type | Description |
---|---|
void |