Contents

removeAllObjects()

Empties the dictionary of its entries.

Declaration

func removeAllObjects()

Discussion

Each key and corresponding value object is sent a release message.

See Also

Removing Entries From a Mutable Dictionary