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

removeObject:

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

Declaration 宣言

- (void)removeObject:(ObjectType)object;

Parameters パラメータ

object

The object to remove from the set. この集合から削除するオブジェクト。

See Also 参照

Adding and removing entries 登録項目の追加および除去

Related Documentation 関連文書