SwitchExpression.DefaultBody Propriété

Définition

Obtient le test du 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 représentant le test du commutateur.

S’applique à