Enumeration Case 列挙ケース

NSEnumerationReverse

Specifies that the enumeration should be performed in reverse. 列挙が逆に実行されるべきであることを指定します。

Declaration 宣言

NSEnumerationReverse = (1UL << 1)

Discussion 議論

This option is available for NSArray and NSIndexSet classes; its behavior is undefined for NSDictionary and NSSet classes, or when combined with the NSEnumerationConcurrent flag. このオプションはNSArrayNSIndexSetクラスに利用可能にされます;それの挙動はNSDictionaryNSSetクラスに対しては、またはNSEnumerationConcurrentフラグと組み合わされる場合は未定義です。