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

target

The receiver’s target, or nil if the receiver has no target. レシーバの持つターゲット、またはレシーバがターゲットを持たないならばnil

Declaration 宣言

@property(assign) id target;

Discussion 議論

The target is the receiver of the message sent by invoke. ターゲットは、invokeによって送られるメッセージのレシーバです。

See Also 参照

Configuring an Invocation Object 発動オブジェクトを構成設定する

Related Documentation 関連文書