System::Collections::Generic::BaseDictionary::ContainsKey-Methode
BaseDictionary::ContainsKey method
Prüft, ob ein Schlüssel im Wörterbuch vorhanden ist.
bool System::Collections::Generic::BaseDictionary<Map>::ContainsKey(const key_t &key) const override
| Parameter | Typ | Beschreibung |
|---|---|---|
| Schlüssel | const key_t& | Schlüssel zum Suchen. |
ReturnValue
true, wenn der Schlüssel vorhanden ist, sonst false.
Siehe auch
- Class BaseDictionary
- Namespace System::Collections::Generic
- Library Aspose.Font for C++