HttpParameterCollection InsertRange Method Nemiro.OAuth
Inserts the elements of a collection into the instance of the HttpParameterCollection at the specified index.

Namespace: Nemiro.OAuth
Assembly: Nemiro.OAuth (in Nemiro.OAuth.dll) Version: 1.9.4.725 (1.9.4.725)
Syntax

public void InsertRange(
	int index,
	IEnumerable<HttpParameter> collection
)

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