There was an error while loading. Please reload this page.
Returns the field.
Namespace: CodeJam.ReflectionAssembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0
C#
public static FieldInfo Field<TValue>( Expression<Func<T, TValue>> expression )
VB
Public Shared Function Field(Of TValue) ( expression As Expression(Of Func(Of T, TValue)) ) As FieldInfo
F#
static member Field : expression : Expression<Func<'T, 'TValue>> -> FieldInfo
1.Field``1(System.Linq.Expressions.Expression{System.Func{
Type: FieldInfoThe FieldInfo instance.
InfoOf(T) ClassCodeJam.Reflection Namespace