Types.MethodOf(Expression<Action>) Method
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.
public static System.Reflection.MethodInfo MethodOf (System.Linq.Expressions.Expression<Action> action);
static member MethodOf : System.Linq.Expressions.Expression<Action> -> System.Reflection.MethodInfo
Public Shared Function MethodOf (action As Expression(Of Action)) As MethodInfo
Parameters
- action
- Expression<Action>