NameValueCollection()

NameValueCollection::NameValueCollection() constructor

Initializes a new instance of the NameValueCollection class that is empty.

System::Collections::Specialized::NameValueCollection::NameValueCollection()

NameValueCollection::NameValueCollection(const System::SharedPtr<NameValueCollection>&) constructor

Copies the entries from the specified NameValueCollection to a new NameValueCollection.

System::Collections::Specialized::NameValueCollection::NameValueCollection(const System::SharedPtr<NameValueCollection> &col)

See Also