LabelExpression.DefaultValue 属性

定义

通过常规控制流(例如,未跳转到)到达标签时的值 LabelExpression

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

属性值

表示 . 值的 LabelExpressionExpression 对象。

适用于