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

containsValue(forKey:)

Returns a Boolean value that indicates whether the archive contains a value for a given key within the current decoding scope. アーカイブがある与えられたキーに対する値を現在のデコードしているスコープ内に含むかどうかを指し示すブール値を返します。

Declaration 宣言

func containsValue(forKey key: String) -> Bool

Parameters パラメータ

key

A key in the archive within the current decoding scope. key must not be nil. 現在のデコードスコープ内のアーカイブの中のあるキー。keyは、nilであってはいけません。

Return Value 戻り値

true if the archive contains a value for key within the current decoding scope, otherwise false. true、もしアーカイブがkeyに対する値を現在のデコードスコープ内部に含むならば、そうでなければfalse

See Also 参照

Decoding Data データをデコードする