'Declaration Public Sub CopyTo( _ ByVal array() As CustomAxis, _ ByVal index As Integer _ )
public void CopyTo( CustomAxis[] array, int index )
Parameters
- array
- The array to which to copy the collection.
- index
- The index from which to start.
'Declaration Public Sub CopyTo( _ ByVal array() As CustomAxis, _ ByVal index As Integer _ )
public void CopyTo( CustomAxis[] array, int index )