System::Collections::Generic::BaseDictionary::ContainsKey methode

BaseDictionary::ContainsKey method

Controleert of de sleutel aanwezig is in het woordenboek.

bool System::Collections::Generic::BaseDictionary<Map>::ContainsKey(const key_t &key) const override
ParameterTypeBeschrijving
sleutelconst key_t&Sleutel om naar te zoeken.

ReturnValue

true als de sleutel aanwezig is, false anders.

Zie ook