JsonArray.CopyTo Method
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Copies the contents of the current JSON CLR array instance into a specified destination array beginning at the specified index.
Namespace: System.Json
Assembly: System.Json (in System.Json.dll)
Syntax
'Declaration
Public Sub CopyTo ( _
array As JsonValue(), _
arrayIndex As Integer _
)
public void CopyTo(
JsonValue[] array,
int arrayIndex
)
Parameters
- array
Type: array<System.Json.JsonValue[]
The destination JsonArray to which the elements of the current JsonArray object are copied
- arrayIndex
Type: System.Int32
The zero-based index in the destination array at which the copying of the elements of the JSON CLR array begins.
Implements
Version Information
Silverlight
Supported in: 5, 4, 3
Platforms
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.