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

setByAddingObjectsFromSet:

Returns a new set formed by adding the objects in a given set to the receiving set. 与えられた集合の中のオブジェクトを受け手側の集合に加えることで形成される新しい集合を返します。

Declaration 宣言

- (NSSet<ObjectType> *)setByAddingObjectsFromSet:(NSSet<ObjectType> *)other;

Parameters パラメータ

other

The set of objects to add to the receiving set. 受け手側の集合に加えることになるオブジェクトからなる集合。

Return Value 戻り値

A new set formed by adding the objects in other to the receiving set. otherの中のオブジェクトを受け手側の集合に加えることによって形成される新しい集合。

See Also 参照

Creating a Set 集合の作成