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