-
Notifications
You must be signed in to change notification settings - Fork 36
M_CodeJam_Reflection_InfoOf_Property__1
andrewvk edited this page Jun 23, 2016
·
9 revisions
Returns the property.
Namespace: CodeJam.Reflection
Assembly: CodeJam (in CodeJam.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public static PropertyInfo Property<TValue>(
Expression<Func<TValue>> expression
)
VB
Public Shared Function Property(Of TValue) (
expression As Expression(Of Func(Of TValue))
) As PropertyInfo
F#
static member Property :
expression : Expression<Func<'TValue>> -> PropertyInfo
- expression
- Type: System.Linq.Expressions.Expression(Func(TValue))
The expression to analyze.
- TValue
Type: PropertyInfo
The PropertyInfo instance.