'Usage Dim instance As ComboBoxItemList Dim array As Array Dim index As Integer instance.CopyTo(array, index)
Parameters
- array
- A one-dimensional array of type System.Array to which the items are copied.
- index
- The zero-based index in the array at which copying begins.