Skip to content

M_CodeJam_Reflection_InfoOf_Property__1_1

Andrew Koryavchenko edited this page Jun 17, 2018 · 5 revisions

InfoOf.Property(T) Method (Expression(Func(T, Object)))

Returns the property.

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

Syntax

C#

public static PropertyInfo Property<T>(
	Expression<Func<T, Object>> expression
)

VB

Public Shared Function Property(Of T) ( 
	expression As Expression(Of Func(Of T, Object))
) As PropertyInfo

F#

static member Property : 
        expression : Expression<Func<'T, Object>> -> PropertyInfo 

Parameters

 

expression
Type: System.Linq.Expressions.Expression(Func(T, Object))
The expression to analyze.

Type Parameters

 

T
[Missing documentation for "M:CodeJam.Reflection.InfoOf.Property1(System.Linq.Expressions.Expression{System.Func{0,System.Object}})"]

Return Value

Type: PropertyInfo
The PropertyInfo instance.

See Also

Reference

InfoOf Class
Property Overload
CodeJam.Reflection Namespace

Clone this wiki locally