Initializes a new instance of the NameValueCollection class.
Overload List
Name | Description | |
---|---|---|
NameValueCollection()()()() |
Initializes a new instance of the NameValueCollection class
that is empty and has the default initial capacity.
| |
NameValueCollection(Int32) |
Initializes a new instance of the NameValueCollection class
that is empty and has the specified initial capacity.
| |
NameValueCollection(NameValueCollection) |
Initializes a new instance of the NameValueCollection class
that contains elements copied from the specified collection and
that has the same initial capacity as the number of elements copied.
| |
NameValueCollection(array<NameValueEntry>[]()[][]) |
Initializes a new instance of the NameValueCollection class
that contains elements copied from the specified NameValueEntry
array and that has the same initial capacity as the number of elements copied.
|