Click or drag to resize
JsonObjectCopyTo Method
Copies the elements of the collection to an Array, starting at a particular Array index.

Namespace: Dextronet.Jsonie
Assembly: Dextronet.Jsonie (in Dextronet.Jsonie.dll) Version: 1.0.0.0
Syntax
public void CopyTo(
	KeyValuePair<string, JsonValue>[] array,
	int arrayIndex
)

Parameters

array
Type: System.Collections.GenericKeyValuePairString, JsonValue
The destination array.
arrayIndex
Type: SystemInt32
The offset index where the elements will be copied to.

Implements

ICollectionTCopyTo(T, Int32)
See Also