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ètre | Type | Description |
|---|---|---|
| clé | const TKey& | Position où placer l’élément. |
| valeur | TValue | Valeur à placer à la position spécifiée. |
Remarques
Place l’élément à la position spécifiée.
Voir aussi
- Class ConcurrentDictionary
- Namespace System::Collections::Concurrent
- Library Aspose.Font for C++