SwitchExpression.DefaultBody Propriété

Définition

Obtient le test pour le commutateur.

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

Valeur de propriété

Objet Expression qui représente le test pour le commutateur.

S’applique à