- 
                Notifications
    
You must be signed in to change notification settings  - Fork 35
 
M_CodeJam_Reflection_InfoOf_Method__1
        Andrew Koryavchenko edited this page Jun 17, 2018 
        ·
        5 revisions
      
    Returns the method.
Namespace: CodeJam.Reflection
Assembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0
C#
public static MethodInfo Method<T>(
	Expression<Action<T>> expression
)VB
Public Shared Function Method(Of T) ( 
	expression As Expression(Of Action(Of T))
) As MethodInfoF#
static member Method : 
        expression : Expression<Action<'T>> -> MethodInfo 
- expression
 - Type: System.Linq.Expressions.Expression(Action(T))
The expression to analyze. 
- T
 - [Missing  documentation for "M:CodeJam.Reflection.InfoOf.Method
1(System.Linq.Expressions.Expression{System.Action{0}})"] 
Type: MethodInfo
The MethodInfo instance.