System::Collections::ObjectModel::KeyedCollection::Contains método
KeyedCollection::Contains method
Comprueba 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
Verdadero si se encuentra la clave, falso en caso contrario.
Ver también
- Class KeyedCollection
- Namespace System::Collections::ObjectModel
- Library Aspose.Page for C++