System::Collections::Specialized::NameValueCollection::Add method
NameValueCollection::Add(const String&) method
Override ICollection method - not implemented.
virtual void System::Collections::Specialized::NameValueCollection::Add(const String &item) override
See Also
- Class String
- Class NameValueCollection
- Namespace System::Collections::Specialized
- Library Aspose.PUB for C++
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)
See Also
- Typedef SharedPtr
- Class NameValueCollection
- Class NameValueCollection
- Namespace System::Collections::Specialized
- Library Aspose.PUB for 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
- Class String
- Class NameValueCollection
- Namespace System::Collections::Specialized
- Library Aspose.PUB for C++