Share via


BinaryExpressionAst.StaticType Property

Definition

The result type of the operation. For most binary operators, the type is unknown until runtime, but xor always results in typeof(bool).

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