System::Collections::Specialized::NameValueCollection::Add method

NameValueCollection::Add(const String&) method

Override del metodo ICollection - non implementato.

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

Vedi anche

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

Aggiunge una voce con il nome e il valore specificati.

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

Vedi anche

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

Copia le voci del NameValueCollection specificato nella corrente.

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

Vedi anche