Partager via


DynamicType.IDictionary.Add - Méthode

Ajoute une paire clé/valeur à la collection.

Espace de noms :  Microsoft.BusinessData.Runtime
Assembly :  Microsoft.BusinessData (dans Microsoft.BusinessData.dll)

Syntaxe

'Déclaration
Private Sub Add ( _
    key As Object, _
    value As Object _
) Implements IDictionary.Add
'Utilisation
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
)

Paramètres

Implémentations

IDictionary.Add(Object, Object)

Voir aussi

Référence

DynamicType classe

DynamicType - Membres

Microsoft.BusinessData.Runtime - Espace de noms