Copies fields from the collection to an array, starting at a particular array index.
Syntax
'Declaration
Public Sub CopyTo( _
ByVal () As Field, _
ByVal As Integer _
)
public void CopyTo(
Field[] ,
int
)
Parameters
- fields
- The array containing the copied fields.
- index
- The insertion index in the collection.
See Also