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

removeIndexesInRange:

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

Declaration 宣言

- (void)removeIndexesInRange:(NSRange)range;

Parameters パラメータ

indexRange

Index range to remove. 取り除くインデックス範囲。

See Also 参照

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