Skip to content

M_CodeJam_Reflection_InfoOf_Method

andrewvk edited this page Mar 30, 2016 · 7 revisions

InfoOf.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#

[NotNullAttribute]
[PureAttribute]
public static MethodInfo Method(
	[NotNullAttribute] Expression<Action> expression
)

VB

<NotNullAttribute>
<PureAttribute>
Public Shared Function Method ( 
	<NotNullAttribute> expression As Expression(Of Action)
) As MethodInfo

F#

[<NotNullAttribute>]
[<PureAttribute>]
static member Method : 
        [<NotNullAttribute>] 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
CodeJam.Reflection Namespace

Clone this wiki locally