Share via


DynamicType.IDictionary.Add Method

Adds a key/value pair to the collection.

Namespace:  Microsoft.BusinessData.Runtime
Assembly:  Microsoft.BusinessData (in Microsoft.BusinessData.dll)

Syntax

'Declaration
Private Sub Add ( _
    key As Object, _
    value As Object _
) Implements IDictionary.Add
'Usage
Dim instance As DynamicType
Dim key As Object
Dim value As Object

CType(instance, IDictionary).Add(key, value)
void IDictionary.Add(
    Object key,
    Object value
)

Parameters

Implements

IDictionary.Add(Object, Object)

See Also

Reference

DynamicType Class

DynamicType Members

Microsoft.BusinessData.Runtime Namespace