DataCollection<TKey, TValue>.CopyTo Method (KeyValuePair<TKey, TValue>[], Int32)
Applies To: Dynamics CRM 2015
Namespace: Microsoft.Xrm.Sdk
Assembly: Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)
Syntax
public void CopyTo(
KeyValuePair<TKey, TValue>[] array,
int arrayIndex
)
public:
void CopyTo(
array<KeyValuePair<TKey, TValue>>^ array,
int arrayIndex
)
member CopyTo :
array:KeyValuePair<'TKey, 'TValue>[] *
arrayIndex:int -> unit
Public Sub CopyTo (
array As KeyValuePair(Of TKey, TValue)(),
arrayIndex As Integer
)
Parameters
array
Type: System.Collections.Generic.KeyValuePair<TKey, TValue>[]Type: KeyValuePair<TKey, TValue>[]. The
arrayIndex
Type: System.Int32Type: Int32. Copies the entire DataCollection<TKey, TValue> to a compatible one-dimensional array, starting at the specified index of the target array.
See Also
DataCollection<TKey, TValue> Class
Microsoft.Xrm.Sdk Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright