System::Collections::Generic::BaseDictionary::ContainsKey طريقة
BaseDictionary::ContainsKey method
يتحقق مما إذا كان المفتاح موجودًا في القاموس.
bool System::Collections::Generic::BaseDictionary<Map>::ContainsKey(const key_t &key) const override
| Parameter | Type | الوصف |
|---|---|---|
| المفتاح | const key_t& | المفتاح للبحث عنه. |
ReturnValue
صحيح إذا كان المفتاح موجودًا، خطأ خلاف ذلك.
انظر أيضًا
- Class BaseDictionary
- Namespace System::Collections::Generic
- Library Aspose.Page for C++