'Usage Dim instance As FieldNameList 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 the collection.
- index
- The zero-based index in array at which copying begins.