-
Notifications
You must be signed in to change notification settings - Fork 35
M_CodeJam_Reflection_InfoOf_Method__1_2
andrewvk edited this page Jun 23, 2016
·
5 revisions
Returns the method.
Namespace: CodeJam.Reflection
Assembly: CodeJam (in CodeJam.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public static MethodInfo Method<T>(
Expression<Func<T, Object>> expression
)
VB
Public Shared Function Method(Of T) (
expression As Expression(Of Func(Of T, Object))
) As MethodInfo
F#
static member Method :
expression : Expression<Func<'T, Object>> -> MethodInfo
- expression
- Type: System.Linq.Expressions.Expression(Func(T, Object))
The expression to analyze.
- T
Type: MethodInfo
The MethodInfo instance.