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

removeAllObjects()

Empties the dictionary of its entries. それの登録項目の辞書を空にします。

Declaration 宣言

func removeAllObjects()

Discussion 議論

Each key and corresponding value object is sent a release message. 各キーと対応している値オブジェクトは、releaseメッセージを送られます。

See Also 参照

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