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.