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.
Applies To: Dynamics CRM 2015
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:
void Add(
KeyValuePair<TKey, TValue> item
)
member Add :
item:KeyValuePair<'TKey, 'TValue> -> unit
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
© 2016 Microsoft. All rights reserved. Copyright