-
Notifications
You must be signed in to change notification settings - Fork 35
M_CodeJam_Reflection_InfoOf_Method
Andrew Koryavchenko edited this page Jun 17, 2018
·
7 revisions
Returns the method.
Namespace: CodeJam.Reflection
Assembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0
C#
public static MethodInfo Method(
Expression<Action> expression
)
VB
Public Shared Function Method (
expression As Expression(Of Action)
) As MethodInfo
F#
static member Method :
expression : Expression<Action> -> MethodInfo
- expression
- Type: System.Linq.Expressions.Expression(Action)
The expression to analyze.
Type: MethodInfo
The MethodInfo instance.