DynamicMetaObject.LimitType Property

Definition

Gets the limit type of the DynamicMetaObject.

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

Property Value

RuntimeType if runtime value is available, a type of the Expression otherwise.

Remarks

Represents the most specific type known about the object represented by the DynamicMetaObject.

Applies to