Méthode System::Collections::Generic::BaseDictionary::ContainsKey
BaseDictionary::ContainsKey method
Vérifie si la clé est présente dans le dictionnaire.
bool System::Collections::Generic::BaseDictionary<Map>::ContainsKey(const key_t &key) const override
| Paramètre | Type | Description |
|---|---|---|
| clé | const key_t& | Clé à rechercher. |
ReturnValue
true si la clé est présente, false sinon.
Voir aussi
- Class BaseDictionary
- Namespace System::Collections::Generic
- Library Aspose.Font for C++