o_NumArgs

abstract fun o_NumArgs(self: AvailObject): Int

Answer how many arguments my instances expect. This is applicable to both methods and compiled code.

Return

The number of arguments expected.

Parameters

self

The method or compiled code.