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