Contents

CFDictionaryRemoveAllValues(_:)

Removes all the key-value pairs from a dictionary, making it empty.

Declaration

func CFDictionaryRemoveAllValues(_ theDict: CFMutableDictionary!)

Parameters

  • theDict:

    The dictionary to modify.

See Also

Modifying a Dictionary