System::Collections::Generic::IDictionary::Remove طريقة

IDictionary::Remove method

يزيل المفتاح من الحاوية.

virtual bool System::Collections::Generic::IDictionary<TKey, TValue>::Remove(const TKey &key)=0
ParameterTypeالوصف
المفتاحconst TKey&المفتاح لإزالته.

ReturnValue

صحيح إذا تم العثور على المفتاح وإزالته، خطأ خلاف ذلك.

انظر أيضًا