• Webinars
  • Docs
  • Download
  • Blogs
  • Contact Us
Try Free
Show / Hide Table of Contents

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

Back to top Copyright © 2017 Alachisoft