Type Method 型メソッド

arrayWithArray:

Creates and returns an array containing the objects in another given array. 別の与えられた配列の中のオブジェクトを含んでいる配列を作成して返します。

Declaration 宣言

+ (instancetype)arrayWithArray:(NSArray<ObjectType> *)array;

Parameters パラメータ

anArray

An array. 1つの配列。

Return Value 戻り値

An array containing the objects in anArray. anArrayの中のオブジェクトを含んでいる配列。

See Also 参照

Creating an Array 配列の作成

Related Documentation 関連文書