System::Collections::Generic::BaseDictionary::ContainsKey metod
BaseDictionary::ContainsKey method
Kontrollerar om nyckeln finns i dictionary.
bool System::Collections::Generic::BaseDictionary<Map>::ContainsKey(const key_t &key) const override
| Parameter | Type | Beskrivning |
|---|---|---|
| nyckel | const key_t& | Nyckel att söka efter. |
ReturnValue
true om nyckeln finns, false annars.
Se även
- Class BaseDictionary
- Namespace System::Collections::Generic
- Library Aspose.Page for C++