HttpParameterCollection RemoveAll Method Nemiro.OAuth
Removes all the elements that match the conditions defined by the specified predicate.

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

public int RemoveAll(
	Predicate<HttpParameter> math
)

Parameters

math
Type: System Predicate HttpParameter 
The Predicate T  delegate that defines the conditions of the elements to remove.

Return Value

Type: Int32
The number of elements removed from the HttpParameterCollection.
See Also