ConvertExpressionAst.StaticType Property

Definition

The static type produced after the cast is normally the type named by Type, but in some cases it may not be, in which, Object is assumed.

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

Property Value

Applies to