Méthode System::Collections::Concurrent::ConcurrentDictionary::idx_set

ConcurrentDictionary::idx_set method

Informations RTTI.

virtual void System::Collections::Concurrent::ConcurrentDictionary<TKey, TValue>::idx_set(const TKey &key, TValue value) override
ParamètreTypeDescription
cléconst TKey&Position où placer l’élément.
valeurTValueValeur à placer à la position spécifiée.

Remarques

Place l’élément à la position spécifiée.

Voir aussi