ConditionalExpression.Type Property

Definition

Gets the static type of the expression that this Expression represents.

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

Property Value

The Type that represents the static type of the expression.

Applies to