InjectIntoTargetAttribute Class

From The Oxygene Language Wiki

Jump to:navigation, search

This is a Language topic
Feel free to add your notes to this topic below.


[AttributeUsage((AttributeTargets.&Event or (AttributeTargets.Field or 
  (AttributeTargets.&Property or AttributeTargets.&Method))), 
  AllowMultiple := false, &Inherited := true)]
InjectIntoTargetAttribute = public sealed class(Attribute)

The InjectIntoTarget attribute can be applied to members defined on the aspect class. When applied, the compiler presumes that the aspect will insert that member into the target class. Use the AutoInjectIntoTargetAttribute aspect attribute to automatically copy this member to the target.

Namespace: Cirrus

Members

Method
Description
constructorConstructor for this class.


See Also


Oxygene-48.png

Area: Oxygene Language
Compiler version: Oxygene 5

Language GlossaryKeywordsTypesFAQHow To

Navigation
Areas
More
Toolbox