RequiredInTargetAttribute 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)] RequiredInTargetAttribute = public sealed class(Attribute)
RequiredInTarget can be applied to members in the aspect class which in turn will be expected to exist in the target class.
Namespace: Cirrus
Members
| | |
|---|---|
| constructor | Constructor |
See Also
- Cirrus
- External Links:
- Prism Aspects to Help with Monobjc Development (RemObjects Blogs)
Area: Oxygene Language
Compiler version: Oxygene 5
Language Glossary — Keywords — Types — FAQ — How To