System::Collections::Concurrent::ConcurrentDictionary::Add méthode

ConcurrentDictionary::Add method

Ajoute une valeur dans le dictionnaire.

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

Voir aussi