System::Collections::Generic::_KeyCollection::Contains methode
_KeyCollection::Contains method
Controleert of het item aanwezig is in de container.
bool System::Collections::Generic::_KeyCollection<Dict>::Contains(const TKey &item) const override
| Parameter | Type | Beschrijving |
|---|---|---|
| item | const TKey& | Item om naar te zoeken. |
ReturnValue
True als het item wordt gevonden, false anders.
Zie ook
- Typedef TKey
- Class _KeyCollection
- Namespace System::Collections::Generic
- Library Aspose.Page for C++