طريقة System::Collections::Generic::IDictionary::ContainsKey
IDictionary::ContainsKey method
يتحقق مما إذا كانت الحاوية تحتوي على المفتاح.
virtual bool System::Collections::Generic::IDictionary<TKey, TValue>::ContainsKey(const TKey &key) const =0
| معامل | نوع | الوصف |
|---|---|---|
| المفتاح | const TKey& | المفتاح للبحث عنه. |
ReturnValue
صحيح إذا كان المفتاح موجودًا، خطأ خلاف ذلك.
انظر أيضًا
- Class IDictionary
- Namespace System::Collections::Generic
- Library Aspose.Font for C++