Adds the items of the specified collection to the end of the current instance of the HttpParameterCollection.
Namespace: Nemiro.OAuthAssembly: Nemiro.OAuth (in Nemiro.OAuth.dll) Version: 1.9.4.725 (1.9.4.725)
Syntax
Parameters
- collection
- Type: System.Collections.Generic IEnumerable HttpParameter
The collection whose items should be added to the end of the current instance of the HttpParameterCollection.
See Also