طريقة System::Collections::Generic::IKVCollection::Contains

IKVCollection::Contains method

يتحقق مما إذا كان العنصر موجودًا في الحاوية.

virtual bool System::Collections::Generic::IKVCollection<T>::Contains(const T &item) const override
معاملنوعالوصف
itemconst T&العنصر المراد البحث عنه.

ReturnValue

صحيح إذا تم العثور على العنصر، خطأ إذا لم يُعثر عليه.

انظر أيضًا