There was an error while loading. Please reload this page.
[This is preliminary documentation and is subject to change.]
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, 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
Type: MethodInfoThe MethodInfo instance.
InfoOf ClassMethod OverloadCodeJam.Reflection Namespace