Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
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
abstract CopyTo :
array:KeyValuePair<uint32, ItemField>[] *
arrayIndex:int -> unit
override CopyTo :
array:KeyValuePair<uint32, ItemField>[] *
arrayIndex:int -> unit
public final function CopyTo(
array : KeyValuePair<uint, ItemField>[],
arrayIndex : int
)
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)