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

anyObject

One of the objects in the hash table. ハッシュテーブルの中のオブジェクトの1つ。

Declaration 宣言

var anyObject: ObjectType? { get }

Discussion 議論

One of the objects in the hash table, or nil if the hash table contains no objects. ハッシュテーブルの中のオブジェクトの1つ、またはハッシュテーブルがオブジェクトを含まないならばnil

The object returned is chosen at the hash table’s convenience—the selection is not guaranteed to be random. 返されるオブジェクトは、ハッシュテーブルの都合で選ばれます — 選択は無作為であることを保証されません。

See Also 参照

Accessing Content 内容にアクセスする