Instance Property インスタンスプロパティ

allObjects

An array containing the set’s members, or an empty array if the set has no members. 集合の持つメンバを含んでいる配列、またはその集合がメンバを持たないならば空の配列。

Declaration 宣言

@property(readonly, copy) NSArray<ObjectType> *allObjects;

Discussion 議論

The order of the objects in the array is undefined. 配列の中のオブジェクトの順番は、未定義です。

See Also 参照

Accessing Set Members 集合メンバにアクセスする