There was an error while loading. Please reload this page.
Returns the method.
Namespace: CodeJam.ReflectionAssembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0
C#
public static MethodInfo Method<TResult>( Expression<Func<T, TResult>> expression )
VB
Public Shared Function Method(Of TResult) ( expression As Expression(Of Func(Of T, TResult)) ) As MethodInfo
F#
static member Method : expression : Expression<Func<'T, 'TResult>> -> MethodInfo
1.Method``1(System.Linq.Expressions.Expression{System.Func{
Type: MethodInfoThe MethodInfo instance.
InfoOf(T) ClassMethod OverloadCodeJam.Reflection Namespace