DynamicAttribute Constructor (Boolean[])
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Initializes a new instance of the DynamicAttribute class.
Assembly: System.Core (in System.Core.dll)
Parameters
- transformFlags
- Type:
System.Boolean
[]
Specifies, in a prefix traversal of a type's construction, which Object occurrences are meant to be treated as a dynamically dispatched type.
This constructor is meant to be used on types that are built on an underlying occurrence of Object that is meant to be treated dynamically.
For instance, if C is a generic type with two type parameters, a use of the constructed type C<Object,Object> might be intended to treat the first type argument dynamically and the second typically, in which case the appropriate attribute specification should use a transformFlags value of { false, true, false }.