Version: 2018.3 (switch to 2019.1)
LanguageEnglish
  • C#
Method group is Obsolete

SyncList<T0>.CopyTo

Obsolete 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: