RequiresInterfaceAttribute Class
From The Oxygene Language Wiki
This is a Language topic
Feel free to add your notes to this topic below.
[AttributeUsage(AttributeTargets.&Class, AllowMultiple := true, &Inherited := true)] RequiresInterfaceAttribute = public sealed class(Attribute)
Apply the RequiresInterfaceAttribute to an aspect to let the compiler know the target class should implement the specified type.
Namespace: Cirrus
Members
| | |
|---|---|
| constructor(aType: &Type) | Constructor for this attribute |
Properties
| | |
|---|---|
| Type: &Type | Type that must be implemented by the target class |
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