Accusoft.TwainProSdk Namespace > CapabilityContainerOneValueCollection Class : CopyTo Method |
'Declaration Public Sub CopyTo( _ ByVal array() As CapabilityContainerOneValue, _ ByVal index As Integer _ )
'Usage Dim instance As CapabilityContainerOneValueCollection Dim array() As CapabilityContainerOneValue Dim index As Integer instance.CopyTo(array, index)
public void CopyTo( CapabilityContainerOneValue[] array, int index )
public: void CopyTo( CapabilityContainerOneValue*[]* array, int index )
public: void CopyTo( array<CapabilityContainerOneValue^>^ array, int index )
This method implements a standard collection operation. It copies elements from this collection to the given array in order, starting at element 0 in this collection. It places the elements into the array starting at the given zero-based index. This method will stop copying elements when it reaches the end of the collection or the end of the array.