System::Collections::Generic::BaseDictionary::ContainsKey método
BaseDictionary::ContainsKey method
Comprueba si la clave está presente en el diccionario.
bool System::Collections::Generic::BaseDictionary<Map>::ContainsKey(const key_t &key) const override
| Parámetro | Tipo | Descripción |
|---|---|---|
| clave | const key_t& | Clave a buscar. |
ReturnValue
true si la clave está presente, false de lo contrario.
Ver también
- Class BaseDictionary
- Namespace System::Collections::Generic
- Library Aspose.Page for C++