Contents

object(forKey:)

Returns the value associated with a given key.

Declaration

func object(forKey key: KeyType) -> ObjectType?

Parameters

  • key:

    An object identifying the value.

Return Value

The value associated with key, or nil if no value is associated with key.

See Also

Related Documentation