DataCollection<TKey, TValue>.Add Method (KeyValuePair<TKey, TValue>)

 

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

See Also

Add Overload
DataCollection<TKey, TValue> Class
Microsoft.Xrm.Sdk Namespace

Return to top

© 2016 Microsoft. All rights reserved. Copyright