Skip to content

M_CodeJam_Reflection_InfoOf_1_Method

andrewvk edited this page Mar 22, 2016 · 8 revisions

InfoOf(T).Method Method

[This is preliminary documentation and is subject to change.]

Returns the method.

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

Syntax

C#

public static MethodInfo Method(
	Expression<Action<T>> expression
)

VB

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

F#

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

Parameters

 

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

Return Value

Type: MethodInfo
The MethodInfo instance.

See Also

Reference

InfoOf(T) Class
CodeJam.Reflection Namespace

Clone this wiki locally