Instance Property
インスタンスプロパティ
debugDescription
A string containing the real class name and the id of the receiver as a hexadecimal number.
レシーバの実オブジェクト名とidを16進数として含んでいる文字列。
Declaration
宣言
var debugDescription: String
{ get }
Discussion
議論
This allows this method declared by the NSObject
protocol to be implemented in developer classes without causing an issue to be flagged in the iOS and Mac app stores, where otherwise it might look like the developer is overriding a private method in Foundation.
これは、NSObject
プロトコルによって宣言されるこのメソッドが、開発者クラスにおいて実装されることを、iOSおよびMac app storeにおいて合図されるある問題を引き起こすことなしに可能にします、それ以外のところではそれは開発者がFoundationにおけるあるプライベートメソッドをオーバーライドしているように見えます。
Implementation of this method is optional, so be sure to test for its existence before attempting to invoke it.
このメソッドの実装は任意です、それでそれの存在に対するテストを、それを発動する前に確実にしてください。
See Also
参照
Describing a Proxy Class or Object
プロキシクラスまたはオブジェクトを記述する
var description: String
A string containing the real class name and the id of the receiver as a hexadecimal number.
レシーバの実オブジェクト名とidを16進数として含んでいる文字列。