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
ParameterTypeAçıklama
öğeconst String&Kaldırılacak öğe.

ReturnValue

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

Ayrıca Bakınız