DynamicAttribute.TransformFlags Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Specifies, in a prefix traversal of a type's construction, which Object occurrences are meant to be treated as a dynamically dispatched type.
Assembly: System.Core (in System.Core.dll)
Property Value
Type: System.Collections.Generic.IList(Of Boolean)The list of Object occurrences that are meant to be treated as a dynamically dispatched type.
Show: