'Declaration
Public Sub CopyTo( _ ByVal array() As TimeSpanFieldInfo, _ ByVal index As Integer _ )
'Usage
Dim instance As TimeSpanFieldCollectionInfo Dim array() As TimeSpanFieldInfo Dim index As Integer instance.CopyTo(array, index)
public void CopyTo( TimeSpanFieldInfo[] array, int index )
Parameters
- array
- The one-dimensional System.Array that is the destination of the values copied from the collection.
- index
- The index of the array at which to begin inserting.