Skip to content

M_CodeJam_Reflection_InfoOf_Field__1

andrewvk edited this page Mar 22, 2016 · 9 revisions

InfoOf.Field(TValue) Method

[This is preliminary documentation and is subject to change.]

Returns the field.

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

Syntax

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 

Parameters

 

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

Type Parameters

 

TValue
[Missing documentation for "M:CodeJam.Reflection.InfoOf.Field1(System.Linq.Expressions.Expression{System.Func{0}})"]

Return Value

Type: FieldInfo
The FieldInfo instance.

See Also

Reference

InfoOf Class
CodeJam.Reflection Namespace

Clone this wiki locally