Xceed DataGrid for Silverlight Documentation
CopyTo Method (SelectionRange.NotificationDictionary<TKey,TValue>)


Syntax
'Declaration
 
Public Sub CopyTo( _
   ByVal array() As KeyValuePair(Of TKey,TValue), _
   ByVal arrayIndex As Integer _
) 
'Usage
 
Dim instance As SelectionRange.NotificationDictionary(Of TKey,TValue)
Dim array() As KeyValuePair(Of TKey,TValue)
Dim arrayIndex As Integer
 
instance.CopyTo(array, arrayIndex)
public void CopyTo( 
   KeyValuePair<TKey,TValue>[] array,
   int arrayIndex
)

Parameters

array
arrayIndex
Requirements

Target Platforms: Windows 7, Windows Vista, Windows XP SP3, Windows Server 2008 family

See Also

Reference

SelectionRange.NotificationDictionary<TKey,TValue> Class
SelectionRange.NotificationDictionary<TKey,TValue> Members

Send Feedback