Initializes a new instance of the HttpParameterBinding class.
Namespace:  System.Web.Http.Controllers
Assembly:  System.Web.Http (in System.Web.Http.dll)
Syntax
'Declaration
Protected Sub New ( _
    descriptor As HttpParameterDescriptor _
)
'Usage
Dim descriptor As HttpParameterDescriptor 
Dim instance As New HttpParameterBinding(descriptor)
protected HttpParameterBinding(
    HttpParameterDescriptor descriptor
)
protected:
HttpParameterBinding(
    HttpParameterDescriptor^ descriptor
)
new : 
        descriptor:HttpParameterDescriptor -> HttpParameterBinding
protected function HttpParameterBinding(
    descriptor : HttpParameterDescriptor
)
Parameters
- descriptor 
 Type: System.Web.Http.Controllers.HttpParameterDescriptor- An HttpParameterDescriptor that describes the parameters.