Contents

XPC_TYPE_DICTIONARY

A type that represents a dictionary of XPC objects keyed off of C-strings.

Declaration

var XPC_TYPE_DICTIONARY: xpc_type_t { get }

Discussion

You may insert NULL values into this collection. The dictionary grows as necessary to accommodate more key-value pairs.

See Also

Types of objects