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

value(forKey:)

Returns an array containing the results of invoking value(forKey:) using key on each of the array's objects. value(forKey:)keyを使って配列の要素それぞれの上で発動する結果を含んでいる配列を返します。

Declaration 宣言

func value(forKey key: String) -> Any

Parameters パラメータ

key

The key to retrieve. 回収するキー。

Return Value 戻り値

The value of the retrieved key. 回収されたキーの値。

Discussion 議論

The returned array contains NSNull elements for each object that returns nil. 返される配列は、NSNull要素を、nilを返す各オブジェクトに対して含みます。

See Also 参照

Key-Value Coding キー値コーディング