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