ConstantExpressionAst.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.
The static type of a constant is whatever type the value is, or if null, then assume it's typeof(object)
.
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