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

addObjects:count:

Appends the given number of objects from a given C array to the end of the mutable ordered set. 与えられた数のオブジェクトをある与えられたC配列からこの可変の順序集合の終わりに追加します。

Declaration 宣言

- (void)addObjects:(ObjectType  _Nonnull const *)objects 
             count:(NSUInteger)count;

Parameters パラメータ

objects

A C array of objects. オブジェクトのC配列。

count

The number of values from the objects C array to append to the mutable ordered set. This number will be the count of the new array—it must not be negative or greater than the number of elements in objects. objects C配列から可変の順序集合へ加えることになる値の数。この数は、新しい配列の総数になります—それは負であったりobjectsの中の要素の数を上回ったりしてはいけません。

See Also 参照

Adding, Removing, and Reordering Entries 登録項目の追加、除去、そして再配列