System::Collections::Specialized::NameValueCollection::Remove methode

NameValueCollection::Remove method

Verwijdert specifiek item.

virtual bool System::Collections::Specialized::NameValueCollection::Remove(const String &item) override
ParameterTypeBeschrijving
itemconst String&Item om te verwijderen.

ReturnValue

True als het item werd gevonden en verwijderd, false anders.

Zie ook