System::Collections::Generic::IDictionary::ContainsKey methode
IDictionary::ContainsKey method
Controleert of de container de sleutel bevat.
virtual bool System::Collections::Generic::IDictionary<TKey, TValue>::ContainsKey(const TKey &key) const =0
| Parameter | Type | Beschrijving |
|---|---|---|
| sleutel | const TKey& | Sleutel om naar te zoeken. |
ReturnValue
Waar als de sleutel aanwezig is, anders onwaar.
Zie ook
- Class IDictionary
- Namespace System::Collections::Generic
- Library Aspose.Page for C++