DependencyObjectCollection<T>.CopyTo Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Copies the objects in the collection to the specified array, starting at the specified index.
Assembly: System.Windows (in System.Windows.dll)
Parameters
- array
- Type:
T
[]
The destination array.
- arrayIndex
- Type: System.Int32
The index of the first object to copy.
Implements
ICollection<T>.CopyTo(T[], Int32)
Show: