ExpressionContext.ExpressionType Egenskap

Definition

Type Hämtar uttryckets.

public:
 property Type ^ ExpressionType { Type ^ get(); };
public Type ExpressionType { get; }
member this.ExpressionType : Type
Public ReadOnly Property ExpressionType As Type

Egenskapsvärde

Uttryckets Type .

Kommentarer

Du kan använda ExpressionContext för att avgöra om en cast behövs när du tilldelar uttrycket.

Gäller för

Se även