IImplements Interface
From The Oxygene Language Wiki
This is a Language topic
Feel free to add your notes to this topic below.
IImplements = public interface
IImplements holds information on using "implements" on a method. It creates an explicit mapping to the interface method. When holding an interface instance of the class that uses this, it ends up calling the method associated here instead of calling it by name.
Namespace: Cirrus
Properties
| | |
|---|---|
| InterfaceMethod: IMethod | The method on the interface type that is being implemented |
| InterfaceType: IType | The interface type |
| Method: IMethod | The actual method that is implemented |
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