NSNextHashEnumeratorItem
Returns the next hash-table element in the enumeration.
列挙の中の次のハッシュテーブル要素を返します。
Availability 有効性
Technology
NSHashEnumerator
NSEnumerateHashTable(NSHashTable
*table);
An NSHashEnumerator structure that will cause successive elements of table
to be returned each time this enumerator is passed to NSNext
.
あるNSHashEnumerator構造体で、それはtable
の連続する要素に、この列挙子がNSNext
に渡されるたびごとに返されるようにします。
NSNextHashEnumeratorItem