System::Collections::Generic::IDictionary::ContainsKey yöntemi
IDictionary::ContainsKey method
Kapsayıcının anahtar içerip içermediğini kontrol eder.
virtual bool System::Collections::Generic::IDictionary<TKey, TValue>::ContainsKey(const TKey &key) const =0
| Parameter | Type | Açıklama |
|---|---|---|
| anahtar | const TKey& | Aranacak anahtar. |
ReturnValue
Anahtar mevcutsa doğru, aksi takdirde yanlış.
Ayrıca Bakınız
- Class IDictionary
- Namespace System::Collections::Generic
- Library Aspose.Page for C++