Instance Property
インスタンスプロパティ
release
Points to the function that 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
ならば、そのとき参照のカウントや解放に対して何もなされません。
Availability 有効性
- iOS 12.0+
- iPadOS 12.0+
- macOS 10.0+
- Mac Catalyst 13.0+
- tvOS 12.0+
- watchOS 5.0+
Technology
- Foundation ファウンデーション
Declaration 宣言
var release: ((NSMapTable
<AnyObject, AnyObject>, UnsafeMutableRawPointer
) -> Void
)?