ReflectedParameterDescriptor Constructor (ParameterInfo, ActionDescriptor)

 

Initializes a new instance of the ReflectedParameterDescriptor class.

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

No code example is currently available or this language may not be supported.

Parameters

parameterInfo
Type: System.Reflection.ParameterInfo

The parameter information.

actionDescriptor
Type: System.Web.Mvc.ActionDescriptor

The action descriptor.

Exception Condition
ArgumentNullException

The parameterInfo or actionDescriptor parameter is null.

Return to top
Show: