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