ItemFieldDictionary::CopyTo Method

Copies the elements of the ItemFieldDictionary collection to the specified array.

Namespace:  Microsoft.Synchronization.SimpleProviders
Assembly:  Microsoft.Synchronization.SimpleProviders (in Microsoft.Synchronization.SimpleProviders.dll)

public:
virtual void CopyTo(
	array<KeyValuePair<unsigned int, ItemField^>>^ array, 
	int arrayIndex
) sealed

Parameters

array
Type: array<System.Collections.Generic::KeyValuePair<UInt32, ItemField>>
An instance of a one-dimensional Array object in which to copy the elements of the collection. The Array object must have zero-based indexing.
arrayIndex
Type: System::Int32
The zero-based index at which to begin copying.

Implements

ICollection<T>::CopyTo(array<T>, Int32)
Show: