'Declaration Public Overloads Overrides NotOverridable Sub CopyTo( _ ByVal array As Array, _ ByVal index As Integer _ )
'Usage Dim instance As TdParameterCollection Dim array As Array Dim index As Integer instance.CopyTo(array, index)
Parameters
- array
- The target one-dimensional array.
- index
- The zero-based index in the array where copying begins.