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

initWithOptions:

Returns an NSPointerFunctions object initialized with the given options. NSPointerFunctionsオブジェクトをこの与えられたオプションで初期化して返します。

Declaration 宣言

- (instancetype)initWithOptions:(NSPointerFunctionsOptions)options;

Parameters パラメータ

options オプション

The options for the new NSPointerFunctions object. 新しいNSPointerFunctionsオブジェクトに対するオプション。

Return Value 戻り値

The NSPointerFunctions object, initialized with the given options. NSPointerFunctionsオブジェクト、与えられたオプションで初期化されます。

See Also 参照

Creating and Initializing an NSPointerFunctions Object NSPointerFunctionsオブジェクトを作成して初期化する

Related Documentation 関連文書