'Usage Dim instance As VirtualizedItemValueCollection Dim array As Array Dim index As Integer instance.CopyTo(array, index)
Parameters
- array
The one-dimensional Array that is the destination of the elements copied from ICollection. The Array must have zero-based indexing.
- index
The zero-based index in array at which copying begins.