DependencyObjectCollection<T>.CopyTo Method
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Copies the objects in the collection to the specified array, starting at the specified index.
Namespace: System.Windows
Assembly: System.Windows (in System.Windows.dll)
Syntax
'Declaration
Public Sub CopyTo ( _
array As T(), _
arrayIndex As Integer _
)
public void CopyTo(
T[] array,
int arrayIndex
)
Parameters
- array
Type: array<T[]
The destination array.
- arrayIndex
Type: System.Int32
The index of the first object to copy.
Implements
Version Information
Silverlight
Supported in: 5, 4
Silverlight for Windows Phone
Supported in: Windows Phone OS 7.1
Platforms
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.