DynamicMetaObject.LimitType Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets the limit type of the DynamicMetaObject.
Assembly: System.Core (in System.Core.dll)
Property Value
Type: System.TypeRuntimeType if runtime value is available, a type of the Expression otherwise.
Represents the most specific type known about the object represented by the DynamicMetaObject.
Show: