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

array(forKey:)

Returns the array associated with the specified key. 指定されたキーと結びつけられた配列を返します。

Declaration 宣言

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

Parameters パラメータ

aKey

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

Return Value 戻り値

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

See Also 参照

Getting Values 値を取得する

Related Documentation 関連文書