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

addIndexesInRange:

Adds the indexes in an index range to the receiver. あるインデックス範囲の中のインデックスをレシーバに加えます。

Declaration 宣言

- (void)addIndexesInRange:(NSRange)range;

Parameters パラメータ

indexRange

Index range to add. 加えるインデックス範囲。 Must be in the range 0 .. NSNotFound - 1.

Discussion 議論

This method raises an NSRangeException when indexRange would add an index that exceeds the maximum allowed value for unsigned integers. このメソッドがNSRangeExceptionを引き起こすのは、indexRangeが符号なし整数に最大限許された値を超えるインデックスを加える時です。

See Also 参照

Adding Indexes インデックスを加える