Share via


XNodeArray.ICollection<JsonNode>.CopyTo(JsonNode[], Int32) Method

Definition

void ICollection<JsonNode>.CopyTo (Microsoft.Azure.PowerShell.Cmdlets.MariaDb.Runtime.Json.JsonNode[] array, int arrayIndex);
abstract member System.Collections.Generic.ICollection<Microsoft.Azure.PowerShell.Cmdlets.MariaDb.Runtime.Json.JsonNode>.CopyTo : Microsoft.Azure.PowerShell.Cmdlets.MariaDb.Runtime.Json.JsonNode[] * int -> unit
override this.System.Collections.Generic.ICollection<Microsoft.Azure.PowerShell.Cmdlets.MariaDb.Runtime.Json.JsonNode>.CopyTo : Microsoft.Azure.PowerShell.Cmdlets.MariaDb.Runtime.Json.JsonNode[] * int -> unit
Sub CopyTo (array As JsonNode(), arrayIndex As Integer) Implements ICollection(Of JsonNode).CopyTo

Parameters

array
JsonNode[]
arrayIndex
Int32

Implements

Applies to