Instance Property インスタンスプロパティ

release

Points to the function which decrements a reference count for the given element, and if the reference count becomes zero, frees the given element. If NULL, then nothing is done for reference counting or releasing. 与えられた要素に対する参照カウントを漸減する関数を指します、そして参照カウントがゼロになるならば、与えられた要素を自由にします。NULLならば、そのとき参照のカウントや解放に対して何もなされません。

Declaration 宣言

var release: ((NSMapTable<AnyObject, AnyObject>, UnsafeMutableRawPointer) -> Void)?