Skip to content

M_CodeJam_Reflection_InfoOf_Method__1_1

Andrew Koryavchenko edited this page Jun 17, 2018 · 6 revisions

InfoOf.Method(T) Method (Expression(Func(T)))

Returns the method.

Namespace: CodeJam.Reflection
Assembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0

Syntax

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 

Parameters

 

expression
Type: System.Linq.Expressions.Expression(Func(T))
The expression to analyze.

Type Parameters

 

T
[Missing documentation for "M:CodeJam.Reflection.InfoOf.Method1(System.Linq.Expressions.Expression{System.Func{0}})"]

Return Value

Type: MethodInfo
The MethodInfo instance.

See Also

Reference

InfoOf Class
Method Overload
CodeJam.Reflection Namespace

Clone this wiki locally