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
key
Type : System.ObjectL'objet clé.
value
Type : System.ObjectL'objet de valeur.
Implémentations
IDictionary.Add(Object, Object)