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

dictionaryRepresentation

A dictionary containing all of the key-value pairs in the key-value store. キー値保管の中の全てのキー値ペアを含んでいるある辞書。

Declaration 宣言

var dictionaryRepresentation: [String : Any] { get }

Discussion 議論

This method returns the in-memory version of the keys and values. If you want to ensure that this dictionary contains the most recent set of changes, call synchronize() shortly before calling this method. このメソッドは、キーと値のインメモリ版を返します。この辞書が最新の変更のひとそろいを含むことをあなたが確実にしたいならば、synchronize()をこのメソッドを呼び出す少し前に呼び出してください。