SwitchExpression.SwitchValue プロパティ

定義

switch のテストを取得します。

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

プロパティ値

switch のテストを表す Expression オブジェクト。

適用対象