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

containsIndexesInRange:

Indicates whether the index set contains the indexes represented by an index range. インデックス集合があるインデックス範囲によって表されるインデックスそれらを含むかどうかを指し示します。

Declaration 宣言

- (BOOL)containsIndexesInRange:(NSRange)range;

Parameters パラメータ

indexRange

The index range being inquired about. このインデックス範囲について尋ねられます。

Return Value 戻り値

YES when the index set contains the indexes in indexRange, NO otherwise. YES、インデックス集合がindexRangeの中のインデックスそれらを含む場合、そうでなければNO

See Also 参照

Querying Index Sets インデックス集合に問い合わせる