ExpressionAst.StaticType Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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