NewArrayExpression.Type 属性

定义

获取此 Expression 表示的表达式的静态类型。Gets the static type of the expression that this Expression represents.

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

表示表达式的静态类型的 TypeThe Type that represents the static type of the expression.

适用于