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

ReturnValue

Verdadero si se encuentra la clave, falso en caso contrario.

Ver también