IImplements Interface

From The Oxygene Language Wiki

Jump to:navigation, search

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

Property
Description
InterfaceMethod: IMethodThe method on the interface type that is being implemented
InterfaceType: ITypeThe interface type
Method: IMethodThe actual method that is implemented


See Also


Oxygene-48.png

Area: Oxygene Language
Compiler version: Oxygene 5

Language GlossaryKeywordsTypesFAQHow To

Navigation
Areas
More
Toolbox