Legacy Documentation: Version 2018.1 (Go to current version)
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

SyncList<T0>.CopyTo

public void CopyTo(T[] array, int index);

Parameters

arrayArray to copy elements to.
indexThe zero-based index in array at which copying begins.

Description

Copies the elements of the SyncList<T> to an Array, starting at a particular Array index.

Did you find this page useful? Please give it a rating: