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

dictionary(forKey:)

Returns the dictionary object associated with the specified key. 指定されたキーと結びつけられた辞書オブジェクトを返します。

Declaration 宣言

func dictionary(forKey aKey: String) -> [String : Any]?

Parameters パラメータ

aKey

A key in the key-value store. キー値保管の中のあるキー。

Return Value 戻り値

The dictionary object associated with the specified key or nil if the key was not found or its value is not an NSDictionary object. 指定されたキーと結びつけられた辞書オブジェクトまたはnil、もしそのキーが見つけられなかったまたはそれの値がNSDictionaryオブジェクトでないならば。

See Also 参照

Getting Values 値を取得する

Related Documentation 関連文書