System::Collections::Generic::_KeyCollection::Contains yöntemi

_KeyCollection::Contains method

Öğenin konteynerde bulunup bulunmadığını denetler.

bool System::Collections::Generic::_KeyCollection<Dict>::Contains(const TKey &item) const override
ParameterTypeAçıklama
öğeconst TKey&Aranacak öğe.

ReturnValue

Öğe bulunursa doğru, aksi takdirde yanlış.

Ayrıca Bakınız