Instance Method インスタンスメソッド

dictionaryRepresentation()

Returns a dictionary representation of the map table. このマップテーブルの辞書表現を返します。

Declaration 宣言

func dictionaryRepresentation() -> [AnyHashable : ObjectType]

Return Value 戻り値

A dictionary representation of the map table. マップテーブルの辞書表現。

Discussion 議論

The map table’s values and keys must conform to all the requirements specified in setObject(_:forKey:) in NSMutableDictionary. マップテーブルの持つ値とキーは、NSMutableDictionarysetObject(_:forKey:)において指定される全ての要件に準拠しなければなりません。