System::Collections::Generic::BaseDictionary::ContainsKey methode
BaseDictionary::ContainsKey method
Controleert of de sleutel aanwezig is in het woordenboek.
bool System::Collections::Generic::BaseDictionary<Map>::ContainsKey(const key_t &key) const override
| Parameter | Type | Beschrijving |
|---|---|---|
| sleutel | const key_t& | Sleutel om naar te zoeken. |
ReturnValue
true als de sleutel aanwezig is, false anders.
Zie ook
- Class BaseDictionary
- Namespace System::Collections::Generic
- Library Aspose.Page for C++