We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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<TValue>> expression )
VB
Public Shared Function Field(Of TValue) ( expression As Expression(Of Func(Of TValue)) ) As FieldInfo
F#
static member Field : expression : Expression<Func<'TValue>> -> FieldInfo
1(System.Linq.Expressions.Expression{System.Func{
Type: FieldInfoThe FieldInfo instance.
InfoOf ClassField OverloadCodeJam.Reflection Namespace