System::Collections::Generic::IDictionary::Remove method

IDictionary::Remove method

Αφαιρεί το κλειδί από το δοχείο.

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

ReturnValue

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

Δείτε επίσης