Removes all the elements that match the conditions defined by the specified predicate.
Namespace: Nemiro.OAuthAssembly: Nemiro.OAuth (in Nemiro.OAuth.dll) Version: 1.9.4.725 (1.9.4.725)
Syntax
Parameters
- math
- Type: System Predicate HttpParameter
The Predicate T delegate that defines the conditions of the elements to remove.
Return Value
Type: Int32The number of elements removed from the HttpParameterCollection.
See Also