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

initWithOrderedSet:

Initializes a new ordered set with the contents of a set. 新しい順序集合をある集合の内容で初期化します。

Declaration 宣言

- (instancetype)initWithOrderedSet:(NSOrderedSet<ObjectType> *)set;

Parameters パラメータ

set

A set. 1つの集合。

Return Value 戻り値

An initialized ordered set containing references to the objects in the set. 集合の中のオブジェクトへの参照を含んでいる、初期化された順序集合。

See Also 参照

Initializing an Ordered Set 順序集合を初期化する

Related Documentation 関連文書