Enumeration Case 列挙ケース

NSCollectorDisabledOption

Specifies that the block is retained, and therefore ineligible for collection. Specifying this option is equivalent to invoking disableCollectorForPointer: with the returned block as the argument. ブロックが保持されることを指定します、そしてそれゆえにコレクションには不適当です。このオプションを指定することは、disableCollectorForPointer:を返されるブロックをその引数として使って発動することと等しいです。

Declaration 宣言

NSCollectorDisabledOption = (1UL << 1)