copy(into:)
Copies the keys and values of the dictionary to a different dictionary.
Declaration
func copy(into destination: XPCDictionary)Parameters
- destination:
The dictionary to copy the keys and values into.
Copies the keys and values of the dictionary to a different dictionary.
func copy(into destination: XPCDictionary)The dictionary to copy the keys and values into.