ReflectedParameterDescriptor(ParameterInfo, ActionDescriptor) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.