CFBagRemoveAllValues(_:)
Removes all values from a mutable bag.
Declaration
func CFBagRemoveAllValues(_ theBag: CFMutableBag!)Parameters
- theBag:
The bag from which all of the values are to be removed.
Removes all values from a mutable bag.
func CFBagRemoveAllValues(_ theBag: CFMutableBag!)The bag from which all of the values are to be removed.