UnaryExpressionAst.StaticType Property

Definition

Returns typeof(bool) if the unary operator is a logical negation, otherwise returns 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

Property Value

Applies to