Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Provides information about a specified static method in a class by returning a DictMethod object.
Syntax
public DictMethod staticMethodObject(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: DictMethod Class
A DictMethod object that contains information about a specified method in a class.
Remarks
The _methodNumber parameter starts counting at 1.