System::Collections::Generic::IDictionary::Add méthode

IDictionary::Add method

Ajoute une paire clé-valeur dans le conteneur.

virtual void System::Collections::Generic::IDictionary<TKey, TValue>::Add(const TKey &key, const TValue &value)=0
ParamètreTypeDescription
cléconst TKey&Clé à ajouter.
valeurconst TValue&Valeur à ajouter.

Voir aussi