Метод System::Collections::Generic::_KeyList::Contains
_KeyList::Contains method
Проверяет, присутствует ли указанный ключ в коллекции.
bool System::Collections::Generic::_KeyList<Dict>::Contains(const TKey &item) const override
| Параметр | Тип | Описание |
|---|---|---|
| элемент | const TKey& | Ключ для поиска. |
ReturnValue
True если ключ присутствует, иначе false.
См. также
- Typedef TKey
- Class _KeyList
- Namespace System::Collections::Generic
- Library Aspose.Font for C++