JSONArrayCopyTo Method | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Copies the array to the supplied array, starting at the given index.
Namespace:
Telogis.GeoBase.Serialization
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public void CopyTo(
Object[] array,
int arrayIndex
)
Public Sub CopyTo (
array As Object(),
arrayIndex As Integer
)
Parameters
- array
- Type: SystemObject
The array that will be populated with this array's
contents. - arrayIndex
- Type: SystemInt32
The index to start at.
Implements
ICollectionTCopyTo(T, Int32)See Also