- 
                Notifications
    You must be signed in to change notification settings 
- Fork 35
M_CodeJam_Reflection_InfoOf_Field__1
        Andrew Koryavchenko edited this page Jun 17, 2018 
        ·
        9 revisions
      
    Returns the field.
Namespace: CodeJam.Reflection
Assembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0
C#
public static FieldInfo Field<TValue>(
	Expression<Func<TValue>> expression
)VB
Public Shared Function Field(Of TValue) ( 
	expression As Expression(Of Func(Of TValue))
) As FieldInfoF#
static member Field : 
        expression : Expression<Func<'TValue>> -> FieldInfo 
- expression
- Type: System.Linq.Expressions.Expression(Func(TValue))
 The expression to analyze.
- TValue
- [Missing  documentation for "M:CodeJam.Reflection.InfoOf.Field1(System.Linq.Expressions.Expression{System.Func{0}})"]