JsonObjectCopyTo Method
Namespace: KGySoft.JsonAssembly: KGySoft.Json (in KGySoft.Json.dll) Version: 3.0.0
public void CopyTo(
JsonProperty[] array,
int arrayIndex
)
Public Sub CopyTo (
array As JsonProperty(),
arrayIndex As Integer
)
public:
virtual void CopyTo(
array<JsonProperty>^ array,
int arrayIndex
) sealed
abstract CopyTo :
array : JsonProperty[] *
arrayIndex : int -> unit
override CopyTo :
array : JsonProperty[] *
arrayIndex : int -> unit
- array JsonProperty
- The one-dimensional Array that is the destination of the elements copied from JsonObject.
- arrayIndex Int32
- The zero-based index in array at which copying begins.
ICollectionTCopyTo(T, Int32)