HttpParameterCollection RemoveRange Method Nemiro.OAuth
Removes a range of elements from the HttpParameterCollection.

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

public void RemoveRange(
	int index,
	int count
)

Parameters

index
Type: System Int32
The zero-based starting index of the range of elements to remove.
count
Type: System Int32
The number of elements to remove.
See Also