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

retain

Points to the function that increments a reference count for the given element. If NULL, then nothing is done for reference counting. 与えられた要素に対する参照カウントを漸増する関数を指し示します。NULLならば、そのとき参照カウントに対して何もなされません。

Declaration 宣言

var retain: ((NSHashTable<AnyObject>, UnsafeRawPointer) -> Void)?