IMethod 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.


IMethod = public interface (IMember, IGenericParametersProvider)

Interface to access a method reference or definition.

Namespace: Cirrus


Members

Method
Description
GetParameter(paramno: Integer)Returns a method parameter by index


Properties

Property
Description
Final: BooleanIf true this method is final and cannot be overridden.
ParameterCount: IntegerReturns the number of parameters
Result: ITypeReturns the result of this method, or nil if it has none.
SpecialName: BooleanReturns true if this method is a special name method, generally these are constructors and helper methods.
Virtual: VirtualModeThe virtual mode of this method


See Also

Oxygene-48.png

Area: Oxygene Language
Compiler version: Oxygene 5

Language GlossaryKeywordsTypesFAQHow To

Navigation
Areas
More
Toolbox