Type Method 型メソッド

pointerArrayWithOptions:

Returns a new pointer array initialized to use the given options. ある新しいポインタ配列を返します、この与えられたオプションを使うように初期化されます。

Declaration 宣言

+ (NSPointerArray *)pointerArrayWithOptions:(NSPointerFunctionsOptions)options;

Parameters パラメータ

options オプション

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

Return Value 戻り値

A new pointer array initialized to use the given options. ある新しいポインタ配列、それはこの与えられたオプションを使うように初期化されます。

See Also 参照

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