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

IDictionary::Remove method

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

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

ReturnValue

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

انظر أيضًا