System::Collections::Concurrent::ConcurrentDictionary::Add metodo

ConcurrentDictionary::Add method

Aggiunge un valore nel dizionario.

virtual void System::Collections::Concurrent::ConcurrentDictionary<TKey, TValue>::Add(const TKey &key, const TValue &value) override
ParametroTipoDescrizione
chiaveconst TKey&Chiave da aggiungere.
valoreconst TValue&Valore da aggiungere.

Vedi anche