TransformFlags Property
Collapse the table of content
Expand the table of content

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.

Namespace:  System.Runtime.CompilerServices
Assembly:  System.Core (in System.Core.dll)

'Declaration
Public ReadOnly Property TransformFlags As IList(Of Boolean)

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.

Windows Phone OS

Supported in: 8.1, 8.0

Show:
© 2017 Microsoft