IMethodInfoActionDescriptor.MethodInfo Property

 

Gets the MethodInfo

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

Syntax

MethodInfo MethodInfo { get; }
property MethodInfo^ MethodInfo {
    MethodInfo^ get();
}
abstract MethodInfo : MethodInfo with get
ReadOnly Property MethodInfo As MethodInfo

Property Value

Type: System.Reflection.MethodInfo

See Also

IMethodInfoActionDescriptor Interface
System.Web.Mvc Namespace

Return to top