System::Collections::Generic::BaseDictionary::ContainsKey-metod
BaseDictionary::ContainsKey method
Kontrollerar om nyckeln finns i ordboken.
bool System::Collections::Generic::BaseDictionary<Map>::ContainsKey(const key_t &key) const override
| Parameter | Typ | 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.PDF for C++