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

initWithOptions:

Initializes the receiver to use the given options. レシーバを初期化して、この与えられたオプションを使うようにします。

Declaration 宣言

- (instancetype)initWithOptions:(NSPointerFunctionsOptions)options;

Parameters パラメータ

options オプション

The pointer functions options for the new instance. 新しいインスタンスに対するポインタ関数オプション。

Return Value 戻り値

The receiver, initialized to use the given options. レシーバ、与えられたオプションを使うように初期化されます。

See Also 参照

Creating and Initializing a New Pointer Array 新しいポインタ配列を作成して初期化する

Related Documentation 関連文書