Expression.IsTrue Metodo

Definizione

Restituisce un valore che indica se l'espressione restituisce true.

Overload

IsTrue(Expression)

Restituisce un valore che indica se l'espressione restituisce true.

IsTrue(Expression, MethodInfo)

Restituisce un valore che indica se l'espressione restituisce true.

IsTrue(Expression)

Origine:
UnaryExpression.cs
Origine:
UnaryExpression.cs
Origine:
UnaryExpression.cs

Restituisce un valore che indica se l'espressione restituisce true.

public:
 static System::Linq::Expressions::UnaryExpression ^ IsTrue(System::Linq::Expressions::Expression ^ expression);
public static System.Linq.Expressions.UnaryExpression IsTrue (System.Linq.Expressions.Expression expression);
static member IsTrue : System.Linq.Expressions.Expression -> System.Linq.Expressions.UnaryExpression
Public Shared Function IsTrue (expression As Expression) As UnaryExpression

Parametri

expression
Expression

Oggetto Expression da valutare.

Restituisce

Istanza di UnaryExpression.

Si applica a

IsTrue(Expression, MethodInfo)

Origine:
UnaryExpression.cs
Origine:
UnaryExpression.cs
Origine:
UnaryExpression.cs

Restituisce un valore che indica se l'espressione restituisce true.

public:
 static System::Linq::Expressions::UnaryExpression ^ IsTrue(System::Linq::Expressions::Expression ^ expression, System::Reflection::MethodInfo ^ method);
public static System.Linq.Expressions.UnaryExpression IsTrue (System.Linq.Expressions.Expression expression, System.Reflection.MethodInfo method);
public static System.Linq.Expressions.UnaryExpression IsTrue (System.Linq.Expressions.Expression expression, System.Reflection.MethodInfo? method);
static member IsTrue : System.Linq.Expressions.Expression * System.Reflection.MethodInfo -> System.Linq.Expressions.UnaryExpression
Public Shared Function IsTrue (expression As Expression, method As MethodInfo) As UnaryExpression

Parametri

expression
Expression

Oggetto Expression da valutare.

method
MethodInfo

Oggetto MethodInfo che rappresenta il metodo di implementazione.

Restituisce

Istanza di UnaryExpression.

Si applica a