System::Collections::Generic::IDictionary::Add metodo

IDictionary::Add method

Aggiunge una coppia chiave-valore al contenitore.

virtual void System::Collections::Generic::IDictionary<TKey, TValue>::Add(const TKey &key, const TValue &value)=0
ParametroTipoDescrizione
chiaveconst TKey&Chiave da aggiungere.
valoreconst TValue&Valore da aggiungere.

Vedi anche