ConditionalExpression.Test Propriété

Définition

Obtient le test de l'opération conditionnelle.

public:
 property System::Linq::Expressions::Expression ^ Test { System::Linq::Expressions::Expression ^ get(); };
public System.Linq.Expressions.Expression Test { get; }
member this.Test : System.Linq.Expressions.Expression
Public ReadOnly Property Test As Expression

Valeur de propriété

Expression qui représente le test de l'opération conditionnelle.

S’applique à