Expression.IsTrue Methode

Definitie

Retourneert of de expressie waar is.

Overloads

Name Description
IsTrue(Expression)

Retourneert of de expressie waar is.

IsTrue(Expression, MethodInfo)

Retourneert of de expressie waar is.

IsTrue(Expression)

Retourneert of de expressie waar is.

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

Parameters

expression
Expression

Een Expression te evalueren.

Retouren

Een exemplaar van UnaryExpression.

Van toepassing op

IsTrue(Expression, MethodInfo)

Retourneert of de expressie waar is.

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

Parameters

expression
Expression

Een Expression te evalueren.

method
MethodInfo

Een MethodInfo die de implementatiemethode vertegenwoordigt.

Retouren

Een exemplaar van UnaryExpression.

Van toepassing op