IMethod Interface
From The Oxygene Language Wiki
This is a Language topic
Feel free to add your notes to this topic below.
IMethod = public interface (IMember, IGenericParametersProvider)
Interface to access a method reference or definition.
Namespace: Cirrus
Members
| | |
|---|---|
| GetParameter(paramno: Integer) | Returns a method parameter by index |
Properties
| | |
|---|---|
| Final: Boolean | If true this method is final and cannot be overridden. |
| ParameterCount: Integer | Returns the number of parameters |
| Result: IType | Returns the result of this method, or nil if it has none. |
| SpecialName: Boolean | Returns true if this method is a special name method, generally these are constructors and helper methods. |
| Virtual: VirtualMode | The virtual mode of this method |
See Also
- Cirrus
- External Links:
- Prism Aspects to Help with Monobjc Development (RemObjects Blogs)
- IMember Interface
- IGenericParametersProvider Interface
Area: Oxygene Language
Compiler version: Oxygene 5
Language Glossary — Keywords — Types — FAQ — How To