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

setByAddingObject:

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

Declaration 宣言

- (NSSet<ObjectType> *)setByAddingObject:(ObjectType)anObject;

Parameters パラメータ

anObject

The object to add to the set. 集合に加えることになるオブジェクト。

Return Value 戻り値

A new set formed by adding anObject to the receiving set. anObjectを受け手側の集合に加えることによって形成される新しい集合。

See Also 参照

Creating a Set 集合の作成