DependencyObjectCollection<T>.ICollection.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: System.Array
The destination array.
- index
- Type: System.Int32
The index of the first object to copy.
Implements
ICollection.CopyTo(Array, Int32)This member is an explicit interface member implementation. It can be used only when the DependencyObjectCollection<T> instance is cast to an ICollection interface.
Show: