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

dictionaryRepresentation

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

Declaration 宣言

- (NSDictionary<KeyType, ObjectType> *)dictionaryRepresentation;

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:において指定される全ての要件に準拠しなければなりません。