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