Inserts the elements of a collection into the instance of the HttpParameterCollection at the specified index.
            
Namespace: Nemiro.OAuthAssembly: Nemiro.OAuth (in Nemiro.OAuth.dll) Version: 1.9.4.725 (1.9.4.725)
Syntax
Parameters
- index
 - Type: System Int32
The zero-based index at which the new elements should be inserted. 
- collection
 - Type: System.Collections.Generic IEnumerable HttpParameter 
The collection whose elements should be inserted into the instance of the HttpParameterCollection. 
See Also