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

endContentAccess()

Called if the discardable contents are no longer being accessed. 廃棄可能な内容がもはやアクセスされていないならば呼び出されます。

Declaration 宣言

func endContentAccess()

Discussion 議論

This method decrements the counter variable of the object, which will usually bring the value of the counter variable back down to 0, which allows the discardable contents of the object to be thrown away if necessary. このメソッドはオブジェクトのカウンター変数を減らします、それは普通はカウンター変数の値を下げて0まで戻すでしょう、それはオブジェクトの内容を廃棄して無駄にされることを可能にします、必要であれば。

See Also 参照

Accessing Content 内容にアクセスする