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

removeObjects(forKeys:)

Removes from the dictionary entries specified by elements in a given array. 辞書からある与えられた配列の中の要素によって指定される登録項目を取り除きます。

Declaration 宣言

func removeObjects(forKeys keyArray: [Any])

Parameters パラメータ

keyArray

An array of objects specifying the keys to remove. 取り除くキーを指定しているオブジェクトからなる配列。

Discussion 議論

If a key in keyArray does not exist, the entry is ignored. あるキーがkeyArrayの中に存在しないならば、その登録項目は無視されます。

See Also 参照

Removing Entries From a Mutable Dictionary 登録項目を可変辞書から取り除く