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

addObjectsFromArray:

Adds the objects contained in another given array to the end of the receiving array’s content. 別の与えられた配列の中に含まれるオブジェクトそれらをこの受け手側の配列の持つ内容の終わりに加えます。

Declaration 宣言

- (void)addObjectsFromArray:(NSArray<ObjectType> *)otherArray;

Parameters パラメータ

otherArray

An array of objects to add to the end of the receiving array’s content. 受け手側の配列のもつ内容の終わりに加えることになるオブジェクトの配列。

See Also 参照

Adding Objects オブジェクトを追加する

Related Documentation 関連文書