Share via


GotoExpression.Value 属性

定义

传递到目标的值或 null(如果目标类型为 System.Void)。

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

属性值

表示传递到目标的值或 null 的 Expression 对象。

适用于