InjectIntoTargetAttribute Class
From The Oxygene Language Wiki
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
| | |
|---|---|
| constructor | Constructor for this class. |
See Also
- Cirrus
- External Links:
- Prism Aspects to Help with Monobjc Development (RemObjects Blogs)
- AutoInjectIntoTargetAttribute
Area: Oxygene Language
Compiler version: Oxygene 5
Language Glossary — Keywords — Types — FAQ — How To