System::Collections::ObjectModel::KeyedCollection::Contains método
KeyedCollection::Contains method
Verifica si la clave está presente en el contenedor.
bool System::Collections::ObjectModel::KeyedCollection<TKey, TItem>::Contains(TKey key)
| Parámetro | Tipo | Descripción |
|---|---|---|
| clave | TKey | Clave a buscar. |
ReturnValue
True si la clave se encuentra, false de lo contrario.
Ver también
- Class KeyedCollection
- Namespace System::Collections::ObjectModel
- Library Aspose.PDF for C++