Type Method 型メソッド

setWithSet:

Creates and returns a set containing the objects from another set. 別の集合からのオブジェクトを含んでいるある集合を作成して返します。

Declaration 宣言

+ (instancetype)setWithSet:(NSSet<ObjectType> *)set;

Parameters パラメータ

set

A set containing the objects to add to the new set. Each object receives a retain message as it is added to the new set. 新しい集合に加えることになるオブジェクトを含んでいる集合。各オブジェクトは、retainメッセージをそれが新しい集合に加えられる時に受け取ります。

Return Value 戻り値

A new set containing the objects from set. setからのオブジェクトを含んでいる新しい集合。

See Also 参照

Creating a Set 集合の作成