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