Skip to content

M_CodeJam_Reflection_InfoOf_1_Member__1

andrewvk edited this page Jun 23, 2016 · 5 revisions

InfoOf(T).Member(TValue) Method

Returns the property or field.

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

Syntax

C#

public static MemberInfo Member<TValue>(
	Expression<Func<T, TValue>> expression
)

VB

Public Shared Function Member(Of TValue) ( 
	expression As Expression(Of Func(Of T, TValue))
) As MemberInfo

F#

static member Member : 
        expression : Expression<Func<'T, 'TValue>> -> MemberInfo 

Parameters

 

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

Type Parameters

 

TValue

Return Value

Type: MemberInfo
The MemberInfo instance.

See Also

Reference

InfoOf(T) Class
CodeJam.Reflection Namespace

Clone this wiki locally