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

description

A string that represents the contents of the dictionary, formatted as a property list. 辞書の内容を表す文字列、プロパティリストとして書式設定されます。

Declaration 宣言

var description: String { get }

Discussion 議論

If each key in the dictionary is an NSString object, the entries are listed in ascending order by key, otherwise the order in which the entries are listed is undefined. This property is intended to produce readable output for debugging purposes, not for serializing data. If you want to store dictionary data for later retrieval, see Property List Programming Guide and Archives and Serializations Programming Guide. 辞書の中の各キーがNSStringオブジェクトならば登録項目はキーによる昇順でリストされます、そうでなければ登録項目がリストされる順番は未定義です。このプロパティはデバッグ目的のための読みやすい出力を生成することを意図されます、データのシリアライズのためでなく。あなたが辞書データを後で回収するために格納したいならば、Property List Programming GuideArchives and Serializations Programming Guideを見てください。

See Also 参照

Describing a Dictionary 辞書を記述する