NamedCodeObjectGroupCopyTo Method (Array, Int32) |
Copy the objects in the group to the specified array, starting at the specified offset.
Namespace:
Nova.CodeDOM
Assembly:
Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax public void CopyTo(
Array array,
int index
)
Parameters
- array
- Type: SystemArray
The array to copy into. - index
- Type: SystemInt32
The starting index in the array.
Implements
ICollectionCopyTo(Array, Int32)See Also