Type Property 型プロパティ

reverse

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

Declaration 宣言

static var reverse: NSEnumerationOptions { get }

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フラグと組み合わされる場合は未定義です。