Spread Silverlight Documentation
CopyTo Method (NotifyCollectionBase<T>)


The destination array.
The destination index.
Copies all the items in the current collection to the specified array starting at the specified destination index.
Syntax
'Declaration
 
Public Sub CopyTo( _
   ByVal array() As T, _
   ByVal arrayIndex As System.Integer _
) 
'Usage
 
Dim instance As NotifyCollectionBase(Of T)
Dim array() As T
Dim arrayIndex As System.Integer
 
instance.CopyTo(array, arrayIndex)
public void CopyTo( 
   T[] array,
   System.int arrayIndex
)

Parameters

array
The destination array.
arrayIndex
The destination index.
Requirements

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

NotifyCollectionBase<T> Class
NotifyCollectionBase<T> Members

 

 


Copyright © GrapeCity, inc. All rights reserved.