System::Collections::Specialized::NameValueCollection::Contains Methode

NameValueCollection::Contains method

Prüft, ob das Element in der Sammlung vorhanden ist.

virtual bool System::Collections::Specialized::NameValueCollection::Contains(const String &item) const override
ParameterTypBeschreibung
Elementconst String&zu suchen.

ReturnValue

Wahr, wenn das Element vorhanden ist, sonst falsch.

Siehe auch