ReflectedParameterDescriptor Constructor

Initializes a new instance of the ReflectedParameterDescriptor class.

Namespace:  System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)

new : 
        parameterInfo:ParameterInfo * 
        actionDescriptor:ActionDescriptor -> ReflectedParameterDescriptor

Parameters

parameterInfo
Type: System.Reflection.ParameterInfo

The parameter information.

actionDescriptor
Type: System.Web.Mvc.ActionDescriptor

The action descriptor.

ExceptionCondition
ArgumentNullException

The parameterInfo or actionDescriptor parameter is a null reference (Nothing in Visual Basic).

Show: