System::Collections::Generic::IDictionary::ContainsKey method

IDictionary::ContainsKey method

Ελέγχει αν το container περιέχει το κλειδί.

virtual bool System::Collections::Generic::IDictionary<TKey, TValue>::ContainsKey(const TKey &key) const =0
ParameterTypeΠεριγραφή
κλειδίconst TKey&Κλειδί προς αναζήτηση.

ReturnValue

Αληθές αν το κλειδί υπάρχει, ψευδές διαφορετικά.

Δείτε επίσης