SwitchCase.Body Eigenschaft

Definition

Ruft den Text dieses Falls ab.

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

Eigenschaftswert

Das Expression-Objekt, das den Text des Fallblocks darstellt.

Gilt für: