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 |
---|---|---|
Json |
array | Array from which the items have to be copied |
System. |
arrayIndex | Starting index of the array from which to start copying |