- 
                Notifications
    
You must be signed in to change notification settings  - Fork 35
 
M_CodeJam_Reflection_InfoOf_1_Member__1
        Andrew Koryavchenko edited this page Jun 17, 2018 
        ·
        5 revisions
      
    Returns the property or field.
Namespace: CodeJam.Reflection
Assembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0
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 MemberInfoF#
static member Member : 
        expression : Expression<Func<'T, 'TValue>> -> MemberInfo 
- expression
 - Type: System.Linq.Expressions.Expression(Func(T, TValue))
The expression to analyze. 
- TValue
 - [Missing  documentation for "M:CodeJam.Reflection.InfoOf
1.Member``1(System.Linq.Expressions.Expression{System.Func{0,``0}})"] 
Type: MemberInfo
The MemberInfo instance.