NSEnumerationConcurrent
Specifies that the Block enumeration should be concurrent.
「ブロック」列挙が並行してなければならないことを指定します。
NSEnumerationReverse
Specifies that the enumeration should be performed in reverse.
列挙が逆に実行されるべきであることを指定します。
Availability 有効性
Technology
typedef enum NSEnumerationOptions : NSUInteger
{
...
} NSEnumerationOptions;
NSEnumerationConcurrent
NSEnumerationReverse
NSEnumerator
NSFastEnumeration
NSSortOptions