Instance Property インスタンスプロパティ

numberOfArguments

The number of arguments recorded in the receiver. レシーバにおいて記録された引数の数。

Declaration 宣言

@property(readonly) NSUInteger numberOfArguments;

Discussion 議論

There are always at least two arguments, because an NSMethodSignature object includes the implicit arguments self and _cmd, which are the first two arguments passed to every method implementation. 常に少なくとも2つの引数があります、なぜならNSMethodSignatureオブジェクトは暗黙的な引数self_cmdを含むからです、それらはすべてのメソッド実装に渡される最初の2つの引数です。

See Also 参照

Getting Information on Argument Types 引数型に関する情報を取得する