System::Collections::Generic::BaseDictionary::ContainsKey metodo
BaseDictionary::ContainsKey method
Verifica se la chiave è presente nel dizionario.
bool System::Collections::Generic::BaseDictionary<Map>::ContainsKey(const key_t &key) const override
| Parametro | Tipo | Descrizione |
|---|---|---|
| chiave | const key_t& | Chiave da cercare. |
ReturnValue
true se la chiave è presente, false altrimenti.
Vedi anche
- Class BaseDictionary
- Namespace System::Collections::Generic
- Library Aspose.Font for C++