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

containsValue(forKey:)

Returns a Boolean value that indicates whether an encoded value is available for a string. 符号化された値が文字列に利用可能かどうかを指し示すブール値を返します。

Declaration 宣言

func containsValue(forKey key: String) -> Bool

Discussion 議論

Subclasses must override this method if they perform keyed coding. サブクラスは、それらがキー付きコーディングを実行するならば、このメソッドをオーバーライドする必要があります。

The string is passed as key. 文字列はkeyとして渡されます。

See Also 参照

Inspecting a Coder コーダーを検査する