Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Copies the elements of the ItemFieldDictionary collection to the specified array.
Namespace: Microsoft.Synchronization.SimpleProviders
Assembly: Microsoft.Synchronization.SimpleProviders (in microsoft.synchronization.simpleproviders.dll)
Syntax
'Declaration
Public Sub CopyTo ( _
array As KeyValuePair(Of UInteger, ItemField)(), _
arrayIndex As Integer _
)
'Usage
Dim instance As ItemFieldDictionary
Dim array As KeyValuePair(Of UInteger, ItemField)()
Dim arrayIndex As Integer
instance.CopyTo(array, arrayIndex)
public void CopyTo (
KeyValuePair<uint,ItemField>[] array,
int arrayIndex
)
public:
virtual void CopyTo (
array<KeyValuePair<unsigned int, ItemField^>>^ array,
int arrayIndex
) sealed
public final void CopyTo (
KeyValuePair<UInt32,ItemField>[] array,
int arrayIndex
)
public final function CopyTo (
array : KeyValuePair<uint,ItemField>[],
arrayIndex : int
)
Parameters
- array
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
The zero-based index at which to begin copying.
See Also
Reference
ItemFieldDictionary Class
ItemFieldDictionary Members
Microsoft.Synchronization.SimpleProviders Namespace