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

removeIndexes:

Removes the indexes in an index set from the receiver. あるインデックス集合の中のインデックスをレシーバから取り除きます。

Declaration 宣言

- (void)removeIndexes:(NSIndexSet *)indexSet;

Parameters パラメータ

indexSet

Index set to remove. 取り除くインデックス集合。

See Also 参照

Removing Indexes インデックスを取り除く