Adds a range of elements to the end of the NameValueCollection.
Overload List
| Name | Description | |
|---|---|---|
| AddRange(NameValueCollection) |
Adds the elements of another collection to the end of the NameValueCollection.
| |
| AddRange(array<NameValueEntry>[]()[][]) |
Adds the elements of a NameValueEntry array
to the end of the NameValueCollection.
|