System::Collections::Specialized::NameValueCollection::idx_set method

NameValueCollection::idx_set method

Sets value of an entry.

void System::Collections::Specialized::NameValueCollection::idx_set(const String &name, const String &value)
ParameterTypeDescription
nameconst String&entry name.
valueconst String&Value to set at name.

See Also