subscript(_:)
Reads and writes the value at the given index as an XPC dictionary.
Declaration
subscript(index: Int) -> XPCDictionary? { get set }Parameters
- index:
The position of the element to access.
Return Value
The value at the specified index in the array, otherwise nil.