LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)
LEAD Technologies, Inc

CopyTo Method (DictionaryWithEvents<TKey,TValue>)







The one-dimensional array of type KeyValuePair that is the destination of the KeyValuePair elements copied from the ICollection. The array must have zero-based indexing.
The zero-based index in array at which copying begins.
Copies the elements of the ICollection to an array of type KeyValuePair, starting at the specified array index.
Syntax
public void CopyTo( 
   KeyValuePair<TKey,TValue>[] array,
   int arrayIndex
)
'Declaration
 
Public Sub CopyTo( _
   ByVal array() As KeyValuePair(Of TKey,TValue), _
   ByVal arrayIndex As Integer _
) 
'Usage
 
Dim instance As DictionaryWithEvents(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
)
 function Leadtools.Medical.Workstation.DictionaryWithEvents.CopyTo( 
   array ,
   arrayIndex 
)
public: void CopyTo( 
   KeyValuePair<TKey*,TValue*>[]* array,
   int arrayIndex
) 
public:
void CopyTo( 
   array<KeyValuePair<TKey^,TValue^>>^ array,
   int arrayIndex
) 

Parameters

array
The one-dimensional array of type KeyValuePair that is the destination of the KeyValuePair elements copied from the ICollection. The array must have zero-based indexing.
arrayIndex
The zero-based index in array at which copying begins.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DictionaryWithEvents<TKey,TValue> Class
DictionaryWithEvents<TKey,TValue> Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.