TriggerActionCollection.ICollection.CopyTo(Array, Int32) Метод
Определение
Этот член поддерживает инфраструктуру Windows Presentation Foundation (WPF)Windows Presentation Foundation (WPF) и не предназначен для непосредственного использования из кода.This member supports the Windows Presentation Foundation (WPF)Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code.
virtual void System.Collections.ICollection.CopyTo(Array ^ array, int index) = System::Collections::ICollection::CopyTo;
void ICollection.CopyTo (Array array, int index);
abstract member System.Collections.ICollection.CopyTo : Array * int -> unit
override this.System.Collections.ICollection.CopyTo : Array * int -> unit
Sub CopyTo (array As Array, index As Integer) Implements ICollection.CopyTo
Параметры
- array
- Array
Одномерный массив, куда копируются элементы из данной коллекции.The one-dimensional array that is the destination of the items that are copied from the collection. Индексация в массиве должна начинаться с нуля.The array must use zero-based indexing.
- index
- Int32
Индекс в массиве array
(начиная с нуля), с которого начинается копирование.The zero-based index in the array
where copying starts.