다음을 통해 공유


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 개체입니다.

적용 대상