Instance Method インスタンスメソッド

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. keyと結び付けられた値、またはnil、もしkeyと結び付けられた値がないならば。

See Also 参照

Related Documentation 関連文書