Share via


DictClass.objectMethod Method

Provides the name of a specified instance method in a class.

Syntax

public str objectMethod(int methodNumber)

Run On

Called

Parameters

  • methodNumber
    Type: int
    An integer data type that specifies a method in a class, based on the order of the methods.

Return Value

Type: str
A string data type value for the method name.

Remarks

The _methodNumber parameter starts counting at 1.

See Also

Reference

DictClass Class