ListSortDescriptionCollection.CopyTo(Array, Int32) Метод
Определение
Копирует содержимое коллекции в заданный массив, начиная с указанного индекса конечного массива.Copies the contents of the collection to the specified array, starting at the specified destination array index.
public:
virtual void CopyTo(Array ^ array, int index);
public void CopyTo (Array array, int index);
abstract member CopyTo : Array * int -> unit
override this.CopyTo : Array * int -> unit
Public Sub CopyTo (array As Array, index As Integer)
Параметры
- array
- Array
Конечный массив для копирования элементов коллекции.The destination array for the items copied from the collection.
- index
- Int32
Индекс конечного массива назначения, начиная с которого выполняется копирование.The index of the destination array at which copying begins.