System::Collections::ObjectModel::KeyedCollection::Contains metod

KeyedCollection::Contains method

Kontrollerar om nyckeln finns i behållaren.

bool System::Collections::ObjectModel::KeyedCollection<TKey, TItem>::Contains(TKey key)
ParameterTypeBeskrivning
nyckelTKeyNyckel att söka efter.

ReturnValue

Sant om nyckeln hittas, falskt annars.

Se även