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

initWithSet:

Returns a counted set object initialized with the contents of a given set. 与えられた集合の内容で初期化される計数集合オブジェクトを返します。

Declaration 宣言

- (instancetype)initWithSet:(NSSet<ObjectType> *)set;

Parameters パラメータ

aSet

An set of objects to add to the new set. 新しい集合に加えるオブジェクト一揃い。

Return Value 戻り値

An initialized counted set object with the contents of aSet. The returned object might be different than the original receiver. 初期化された計数集合オブジェクト、aSetの内容を持ちます。返されるオブジェクトは、オリジナルのレシーバとは異なるかもしれません。

See Also 参照

Initializing a Counted Set 計数集合を初期化する

Related Documentation 関連文書