Method CopyTo
CopyTo(JsonValueBase[], Int32)
Copies items from provided array starting from a particular array index
Declaration
public void CopyTo(JsonValueBase[] array, int arrayIndex)
Parameters
Type | Name | Description |
---|---|---|
JsonValueBase[] | array | Array from which the items have to be copied |
System.Int32 | arrayIndex | Starting index of the array from which to start copying |