MarshalByRefCollectionBaseCopyTo Method |
Copies the collection items into an array.
Namespace:
Atalasoft.Imaging
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public void CopyTo(
Array array,
int index
)
Public Sub CopyTo (
array As Array,
index As Integer
)
Parameters
- array
- Type: SystemArray
The array that will hold the collection items. - index
- Type: SystemInt32
The index in the array where the copies will start.
Implements
ICollectionCopyTo(Array, Int32)See Also