Add()

NameValueCollection::Add(const String&) method

Override ICollection method - not implemented.

virtual void System::Collections::Specialized::NameValueCollection::Add(const String &item) override

NameValueCollection::Add(const System::SharedPtr<NameValueCollection>&) method

Copies the entries in the specified NameValueCollection to the current.

void System::Collections::Specialized::NameValueCollection::Add(const System::SharedPtr<NameValueCollection> &c)

NameValueCollection::Add(const String&, const String&) method

Adds an entry with the specified name and value.

virtual void System::Collections::Specialized::NameValueCollection::Add(const String &name, const String &value)

See Also