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 开关测试的对象。

适用于