Skip to content

M_CodeJam_Reflection_InfoOf_Method

Andrew Koryavchenko edited this page Jul 4, 2017 · 7 revisions

InfoOf.Method Method (Expression(Action))

Returns the method.

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

Syntax

C#

public static MethodInfo Method(
	Expression<Action> expression
)

VB

Public Shared Function Method ( 
	expression As Expression(Of Action)
) As MethodInfo

F#

static member Method : 
        expression : Expression<Action> -> MethodInfo 

Parameters

 

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

Return Value

Type: MethodInfo
The MethodInfo instance.

See Also

Reference

InfoOf Class
Method Overload
CodeJam.Reflection Namespace

Clone this wiki locally