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

nestedUnkeyedContainer(forKey:)

Returns the data stored for the given key as represented in an unkeyed container. 与えられたキーに対して格納されるデータを、キー無しコンテナにおいて表現される通りに返します。

Declaration 宣言

func nestedUnkeyedContainer(forKey key: KeyedDecodingContainer<K>.Key) throws -> UnkeyedDecodingContainer

Parameters パラメータ

key

The key that the nested container is associated with. 入れ子にされたコンテナが関連付けられるキー。

Return Value 戻り値

An unkeyed decoding container view into self. selfへのキー無しデコーディングコンテナビュー。

Relationships 関係

From Protocol 由来プロトコル