System::Collections::Specialized::NameValueCollection::Contains methode

NameValueCollection::Contains method

Controleert of een item aanwezig is in de collectie.

virtual bool System::Collections::Specialized::NameValueCollection::Contains(const String &item) const override
ParameterTypeBeschrijving
itemconst String&om te zoeken.

ReturnValue

Waar als het item aanwezig is, onwaar anders.

Zie ook