System::Collections::Generic::IDictionary::ContainsKey metod

IDictionary::ContainsKey method

Kontrollerar om behållaren innehåller nyckeln.

virtual bool System::Collections::Generic::IDictionary<TKey, TValue>::ContainsKey(const TKey &key) const =0
ParameterTypeBeskrivning
nyckelconst TKey&Nyckel att söka efter.

ReturnValue

Sant om nyckeln finns, falskt annars.

Se även