Skip to content

M_CodeJam_Reflection_InfoOf_1_Property__1

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

InfoOf(T).Property(TValue) Method

Returns the property.

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

Syntax

C#

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

VB

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

F#

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

Parameters

 

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

Type Parameters

 

TValue
[Missing documentation for "M:CodeJam.Reflection.InfoOf1.Property``1(System.Linq.Expressions.Expression{System.Func{0,``0}})"]

Return Value

Type: PropertyInfo
The PropertyInfo instance.

See Also

Reference

InfoOf(T) Class
CodeJam.Reflection Namespace

Clone this wiki locally