Instance Property
インスタンスプロパティ
describe
Points to the function which produces an autoreleased NSString * describing the given element. If
NULL
, then the map table produces a generic string description.
与えられた要素を記述しているオートリリースされるNSString * を生成する関数を指します。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 describe: ((NSMapTable
<AnyObject, AnyObject>, UnsafeRawPointer
) -> String
?)?