共用方式為


GotoExpression.Value 屬性

定義

傳遞給目標的值,如果目標為 System.Void 型別則為 null。

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

屬性值

Expression 物件,表示傳遞給目標的值,或者是 null。

適用於