Function 関数

NSEnumerateHashTable(_:)

Creates an enumerator for the specified hash table. 指定されたハッシュテーブルのための列挙子を作成します。

Declaration 宣言

func NSEnumerateHashTable(_ table: NSHashTable<AnyObject>) -> NSHashEnumerator

Return Value 戻り値

An NSHashEnumerator structure that will cause successive elements of table to be returned each time this enumerator is passed to NSNextHashEnumeratorItem. あるNSHashEnumerator構造体で、それはtableの連続する要素に、この列挙子がNSNextHashEnumeratorItemに渡されるたびごとに返されるようにします。

See Also 参照

Related Documentation 関連文書