DataCollection<TKey, TValue>.Add Method (KeyValuePair<TKey, TValue>)
Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2016, Dynamics CRM Online
Adds the specified key and value to the dictionary.
Namespace: Microsoft.Xrm.Sdk
Assembly: Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)
Syntax
public void Add(
KeyValuePair<TKey, TValue> item
)
Public Sub Add (
item As KeyValuePair(Of TKey, TValue)
)
Parameters
item
Type: System.Collections.Generic.KeyValuePair<TKey, TValue>Type: KeyValuePair<TKey, TValue>. The key and value to add.
See Also
Add Overload
DataCollection<TKey, TValue> Class
Microsoft.Xrm.Sdk Namespace
Return to top
Microsoft Dynamics 365
© 2016 Microsoft. All rights reserved. Copyright