Metodo System::Collections::Generic::IDictionary::ContainsKey

IDictionary::ContainsKey method

Verifica se il contenitore contiene la chiave.

virtual bool System::Collections::Generic::IDictionary<TKey, TValue>::ContainsKey(const TKey &key) const =0
ParametroTipoDescrizione
chiaveconst TKey&Chiave da cercare.

ReturnValue

Vero se la chiave è presente, falso altrimenti.

Vedi anche