getMethodName
getMethodName(U_funObject) =>s_name
Description
Returns the method name for the given function object
Arguments
|
Specifies the name of the function object for which you want to retrieve the method name |
Values Returned
|
Returns the method name for the specified generic function object |
Examples
getMethodName(funobj@0x0182456)
=> testMethod
Related Topics
Return to top