Adds a range of elements to the end of the NameValueCollection.

Overload List

  NameDescription
Public methodAddRange(NameValueCollection)
Adds the elements of another collection to the end of the NameValueCollection.
Public methodAddRange(array<NameValueEntry>[]()[][])
Adds the elements of a NameValueEntry array to the end of the NameValueCollection.

See Also