System::Collections::Specialized::NameValueCollection::Remove yöntemi

NameValueCollection::Remove method

Belirli öğeyi kaldırır.

virtual bool System::Collections::Specialized::NameValueCollection::Remove(const String &item) override
ParametreTürAçıklama
öğeconst String&Kaldırılacak öğe.

ReturnValue

Öğe bulundu ve kaldırıldıysa doğru, aksi takdirde yanlış.

Ayrıca Bakınız