ReflectedParameterDescriptor(ParameterInfo, ActionDescriptor) Constructor

Definition

Initializes a new instance of the ReflectedParameterDescriptor class.

public ReflectedParameterDescriptor (System.Reflection.ParameterInfo parameterInfo, System.Web.Mvc.ActionDescriptor actionDescriptor);
new System.Web.Mvc.ReflectedParameterDescriptor : System.Reflection.ParameterInfo * System.Web.Mvc.ActionDescriptor -> System.Web.Mvc.ReflectedParameterDescriptor
Public Sub New (parameterInfo As ParameterInfo, actionDescriptor As ActionDescriptor)

Parameters

parameterInfo
ParameterInfo

The parameter information.

actionDescriptor
ActionDescriptor

The action descriptor.

Exceptions

The parameterInfo or actionDescriptor parameter is null.

Applies to