Function 関数

method_getNumberOfArguments

Returns the number of arguments accepted by a method. あるメソッドによって受け入れられる引数の数を返します。

Declaration 宣言

unsigned int method_getNumberOfArguments(Method m);

Parameters パラメータ

method

A pointer to a Method data structure. Pass the method in question.

Return Value 戻り値

An integer containing the number of arguments accepted by the given method.

See Also 参照

Working with Methods メソッドを扱う