CFDictionaryRemoveAllValues(_:)
Removes all the key-value pairs from a dictionary, making it empty.
Declaration
func CFDictionaryRemoveAllValues(_ theDict: CFMutableDictionary!)Parameters
- theDict:
The dictionary to modify.
Removes all the key-value pairs from a dictionary, making it empty.
func CFDictionaryRemoveAllValues(_ theDict: CFMutableDictionary!)The dictionary to modify.