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

_ValueCollection::Contains method

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

bool System::Collections::Generic::_ValueCollection<Dict>::Contains(const TValue &item) const override
ParameterTypeالوصف
العنصرconst TValue&العنصر للبحث عنه.

ReturnValue

True إذا تم العثور على العنصر، false وإلا.

انظر أيضًا