ExpressionAst.StaticType Property

Definition

By default, the static type of an expression is unknown and hence we assume typeof(object).

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

Property Value

Applies to