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

IDictionary::idx_set method

Fonction de modification (setter).

virtual void System::Collections::Generic::IDictionary<TKey, TValue>::idx_set(const TKey &key, TValue value)=0
ParamètreTypeDescription
cléconst TKey&Clé à rechercher.
valeurTValueValeur à affecter à la clé spécifiée.

Voir aussi