Click or drag to resize

JSONObjectCopyTo Method

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Copies the key-value pairs in this object 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(
	KeyValuePair<string, Object>[] array,
	int arrayIndex
)

Parameters

array
Type: System.Collections.GenericKeyValuePairString, Object
The array to populate with this object's key-value pairs.
arrayIndex
Type: SystemInt32
The index in the array to start at.

Implements

ICollectionTCopyTo(T, Int32)
See Also