'Declaration Public Sub CopyTo( _ ByVal array() As SelectTable, _ ByVal index As Integer _ )
public void CopyTo( SelectTable[] array, int index )
Parameters
- array
 - The array into which to copy the SelectTable objects.
 - index
 - The zero-based index of the array.