Instance Method インスタンスメソッド

disable

Temporarily disables collections. 一時的にコレクションを作動しないようにします。

Declaration 宣言

- (void)disable;

Discussion 議論

Invocations of this method can be nested. To reenable collection, you must send the collector an enable message once for each invocation of this method. このメソッドの発動は、入れ子にされることができます。コレクションを再度可能にするには、あなたはコレクターにenableメッセージを送る必要がこのメソッドの各発動に対して一度だけあります。

See Also 参照

Collection State コレクション状態