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

NameValueCollection::Add(const String&) method

Overschrijft ICollection methode - niet geïmplementeerd.

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

Zie ook

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

Voegt een item toe met de opgegeven naam en waarde.

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

Zie ook

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

Kopieert de items in de opgegeven NameValueCollection naar de huidige.

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

Zie ook