System::Collections::Concurrent::ConcurrentDictionary::Add Methode
ConcurrentDictionary::Add method
Fügt einen Wert zum Wörterbuch hinzu.
virtual void System::Collections::Concurrent::ConcurrentDictionary<TKey, TValue>::Add(const TKey &key, const TValue &value) override
| Parameter | Typ | Beschreibung |
|---|---|---|
| Schlüssel | const TKey& | Schlüssel zum Hinzufügen. |
| Wert | const TValue& | Wert zum Hinzufügen. |
Siehe auch
- Class ConcurrentDictionary
- Namespace System::Collections::Concurrent
- Library Aspose.Font for C++