-
Notifications
You must be signed in to change notification settings - Fork 1
Mixin
Greg G edited this page Dec 29, 2016
·
1 revision
The MixinAttribute
can be set on static methods to indicate Blur to run them during compilation. Once executed, they will be removed from the assembly.
They can take up to one (optional) argument: TypeDefinition
. This will be the definition of the type in which the mixin is declared.