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ámetroTipoDescripción
claveTKeyClave a buscar.

ReturnValue

True si la clave se encuentra, false de lo contrario.

Ver también