Declaration
public virtual void CopyTo(
JsonValue[] array,
int arrayIndex
)Summary
Copies the entire list to a compatible one-dimensional
array, starting at the specified
arrayIndex of the target array, if this is a
JsonList; otherwise, throws.
Parameters
| JsonValue[] | array |
The one-dimensional array that is the destination of the elements copied from the list. The array must have
zero-based indexing. |
| int | arrayIndex |
The zero-based index in array at which copying begins. |