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

add(in:)

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

Declaration 宣言

func add(in range: NSRange)

Parameters パラメータ

indexRange

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

Discussion 議論

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

See Also 参照

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