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

removeObjects(in:)

Removes from the mutable ordered set each of the objects within a given range. 可変の順序集合からある与えられた範囲内のオブジェクトのそれぞれを取り除きます。

Declaration 宣言

func removeObjects(in range: NSRange)

Parameters パラメータ

range

The range of the objects to remove from the mutable ordered set. この可変の順序集合から取り除くことになるオブジェクトそれらの範囲。

Discussion 議論

The objects are removed using removeObject(at:). オブジェクトは、removeObject(at:)を使って取り除かれます。

See Also 参照

Adding, Removing, and Reordering Entries 登録項目の追加、除去、そして再配列