Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: void CopyTo(JsonValue[], int)

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.
intarrayIndex The zero-based index in array at which copying begins.