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

removeObject:

Removes a given object from the mutable ordered set. ある与えられたオブジェクトを可変の順序集合から取り除きます。

Declaration 宣言

- (void)removeObject:(ObjectType)object;

Parameters パラメータ

object

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

See Also 参照

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