Contents

subscript(_:)

Get or set an XPCEndpoint value in this dictionary.

Declaration

subscript(key: String) -> XPCEndpoint? { get set }

Parameters

  • key:

    The key under which to get the xpc endpoint.

Return Value

A previously-set endpoint value. If no endpoint was previously set for key, returns nil.