-
Notifications
You must be signed in to change notification settings - Fork 36
M_CodeJam_Reflection_InfoOf_Method__2
andrewvk edited this page Apr 7, 2016
·
5 revisions
[This is preliminary documentation and is subject to change.]
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, TResult>(
Expression<Func<T, TResult>> expression
)
VB
Public Shared Function Method(Of T, TResult) (
expression As Expression(Of Func(Of T, TResult))
) As MethodInfo
F#
static member Method :
expression : Expression<Func<'T, 'TResult>> -> MethodInfo
- expression
- Type: System.Linq.Expressions.Expression(Func(T, TResult))
The expression to analyze.
- T
- TResult
Type: MethodInfo
The MethodInfo instance.