Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


CopyTo(Column[], int)

Copies the elements of the current collection to a Array, starting at the specified index.
Read time 1 minuteLast updated 8 days ago

Definition

public void CopyTo(Column[] array, int arrayIndex)

Parameters

The array to copy to.

arrayIndex

The starting index.