SwitchExpression.SwitchValue 屬性

定義

取得切換的測試。

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

屬性值

Expression

Expression 物件,表示切換的測試。

適用於