CopyTo Method (FieldCollection)
In This Topic
Copies the elements of the collection to an
System.Array, starting at a particular array index.
Syntax
'Declaration
Public Sub CopyTo( _
ByVal () As Field, _
ByVal As Integer _
)
public void CopyTo(
Field[] ,
int
)
Parameters
- array
- The one-dimensional System.Array that is the destination of the elements copied from collection. The array must have zero-based indexing.
- index
- The zero-based index in array at which copying begins.
See Also