'Declaration Public Sub CopyTo( _ ByVal array() As OmrBubbleResult, _ ByVal index As Integer _ )
'Usage Dim instance As OmrBubbleResultCollection Dim array() As OmrBubbleResult Dim index As Integer instance.CopyTo(array, index)
public void CopyTo( OmrBubbleResult[] array, int index )
public: void CopyTo( OmrBubbleResult*[]* array, int index )
public: void CopyTo( array<OmrBubbleResult^>^ array, int index )
Parameters
- array
- Contains an array that receives the elements of the collection.
- index
- Contains the zero-based index in array where this method starts copying the collection.