GotoExpression.Type 属性

定义

获取表示 Expression 的表达式的静态类型。

public:
 property Type ^ Type { Type ^ get(); };
public override sealed Type Type { get; }
member this.Type : Type
Public Overrides NotOverridable ReadOnly Property Type As Type

属性值

表示 Type 表达式的静态类型。

适用于