Instance Property
インスタンスプロパティ
custom
customMirror
A mirror that reflects the dictionary.
辞書を反映するミラー。
Availability 有効性
- iOS 7.0+
- iPadOS 7.0+
- macOS 10.9+
- Mac Catalyst 13.0+
- tvOS 9.0+
- watchOS 2.0+
- Xcode 8.0+
Technology
- Foundation ファウンデーション
Declaration 宣言
var customMirror: Mirror
{ get }
Relationships 関係
From Protocol 由来プロトコル
See Also 参照
Describing a Dictionary 辞書を記述する
var description: String
A string that represents the contents of the dictionary, formatted as a property list.
辞書の内容を表す文字列、プロパティリストとして書式設定されます。
var descriptionInStringsFileFormat : String
A string that represents the contents of the dictionary, formatted in
.strings
file format.
辞書の内容を表す文字列、.strings
ファイルフォーマットとして書式設定されます。
func description(withLocale : Any?) -> String
Returns a string object that represents the contents of the dictionary, formatted as a property list.
辞書の内容を表す文字列オブジェクトを返します、プロパティリストとして書式設定されます。
func description(withLocale : Any?, indent: Int) -> String
Returns a string object that represents the contents of the dictionary, formatted as a property list.
辞書の内容を表す文字列オブジェクトを返します、プロパティリストとして書式設定されます。