Accusoft.Forms1 - Updated
CopyTo Method (EnhancementResultsCollection)



Accusoft.ScanFixXpressSdk Namespace > EnhancementResultsCollection Class : CopyTo Method
Destination array for copied elements
The index in the source collection to start copying from.
Provide strongly typed member for ICollection
Syntax
<DebuggerNonUserCodeAttribute()>
<DebuggerStepThroughAttribute()>
Public Sub CopyTo( _
   ByVal array() As EnhancementResult, _
   ByVal index As Integer _
) 
Dim instance As EnhancementResultsCollection
Dim array() As EnhancementResult
Dim index As Integer
 
instance.CopyTo(array, index)
[DebuggerNonUserCode()]
[DebuggerStepThrough()]
public void CopyTo( 
   EnhancementResult[] array,
   int index
)

Parameters

array
Destination array for copied elements
index
The index in the source collection to start copying from.
See Also

Reference

EnhancementResultsCollection Class
EnhancementResultsCollection Members