Instance Method インスタンスメソッド

delegate

Returns the receiver’s delegate. レシーバの持つ委任先を返します。

Declaration 宣言

- (id<NSMachPortDelegate>)delegate;

Return Value 戻り値

The receiver’s delegate. レシーバの持つ委任先。

See Also 参照

Getting and Setting the Delegate 委任先の取得と設定