HttpParameterCollection AddRange Method Nemiro.OAuth
Adds the items of the specified collection to the end of the current instance of the HttpParameterCollection.

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

public void AddRange(
	IEnumerable<HttpParameter> collection
)

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