Instance Property
インスタンスプロパティ
retain
Points to the function which increments a reference count for the given element. If
NULL
, then nothing is done for reference counting.
与えられた要素に対する参照カウントを漸増する関数を指します。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 retain: ((NSMapTable
<AnyObject, AnyObject>, UnsafeRawPointer
) -> Void
)?