طريقة System::Collections::ObjectModel::KeyedCollection::Remove

KeyedCollection::Remove method

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

bool System::Collections::ObjectModel::KeyedCollection<TKey, TItem>::Remove(TKey key)
ParameterTypeالوصف
المفتاحTKeyالمفتاح لإزالته.

ReturnValue

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

انظر أيضًا