ControllerActionDescriptor.MethodInfo Property
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.
The MethodInfo.
public:
property System::Reflection::MethodInfo ^ MethodInfo { System::Reflection::MethodInfo ^ get(); void set(System::Reflection::MethodInfo ^ value); };
public System.Reflection.MethodInfo MethodInfo { get; set; }
member this.MethodInfo : System.Reflection.MethodInfo with get, set
Public Property MethodInfo As MethodInfo