DefaultExpression.Type Property

Definition

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

Property Value

The Type that represents the static type of the expression.

Applies to