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

discardContentIfPossible()

Called to discard the contents of the receiver if the value of the accessed counter is 0. レシーバの内容を廃棄するために呼び出されます、もしアクセス状況カウンターの値が0ならば。

Declaration 宣言

func discardContentIfPossible()

Discussion 議論

This method should only discard the contents of the object if the value of the accessed counter is 0. Otherwise, it should do nothing. このメソッドは、アクセス状況カウンターが0である場合にだけオブジェクトの内容を廃棄するべきです。そうでなければ、それは何もしないべきです。

See Also 参照

Discarding Content 内容を廃棄する