Function 関数

method_getNumberOfArguments(_:)

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

Declaration 宣言

func method_getNumberOfArguments(_ m: Method) -> UInt32

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 メソッドを扱う