Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
System
Linq
Expressions
PropertyExpression
C# Class System.Linq.Expressions.PropertyExpression
Inheritance:
MemberExpression
Show file
Open project: dotnet/corefx
Class Usage Examples
Public Methods
Method
Description
PropertyExpression
(
Expression
expression
,
PropertyInfo
member
) :
System.Diagnostics
Private Methods
Method
Description
GetMember
( ) :
MemberInfo
Method Details
PropertyExpression()
public
method
public
PropertyExpression
(
Expression
expression
,
PropertyInfo
member
) :
System.Diagnostics
expression
Expression
member
System.Reflection.PropertyInfo
return
System.Diagnostics