HttpParameterCollection   Conversion ( HttpParameter  to HttpParameterCollection)Nemiro.OAuth
The assignment operator for array of the HttpParameter.

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

public static implicit operator HttpParameterCollection (
	HttpParameter[] value
)

Parameters

value
Type:  Nemiro.OAuth HttpParameter 
The array that will be used as the HttpParameterCollection.

Return Value

Type: HttpParameterCollection
New instance of the HttpParameterCollection.
See Also