System::Collections::ObjectModel::KeyedCollection::Contains methode
KeyedCollection::Contains method
Controleert of de sleutel aanwezig is in de container.
bool System::Collections::ObjectModel::KeyedCollection<TKey, TItem>::Contains(TKey key)
| Parameter | Type | Beschrijving |
|---|---|---|
| sleutel | TKey | Sleutel om naar te zoeken. |
ReturnValue
True als sleutel wordt gevonden, false anders.
Zie ook
- Class KeyedCollection
- Namespace System::Collections::ObjectModel
- Library Aspose.Page for C++