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