DataCollection<TKey, TValue>.CopyTo Method (KeyValuePair<TKey, TValue>[], Int32)
Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2016, Dynamics CRM Online
Namespace: Microsoft.Xrm.Sdk
Assembly: Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)
Syntax
public void CopyTo(
KeyValuePair<TKey, TValue>[] array,
int arrayIndex
)
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
Microsoft Dynamics 365
© 2016 Microsoft. All rights reserved. Copyright