Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

SortColumnDescriptions.CopyTo

Declaration

public void CopyTo(SortColumnDescription[] array, int arrayIndex);

Parameters

array The array to copy to.
arrayIndex The starting index.

Description

Copies the elements of the current collection to a Array, starting at the specified index.