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

containsIndex:

Indicates whether the index set contains a specific index. インデックス集合が特定のインデックスを含むかどうかを指し示します。

Declaration 宣言

- (BOOL)containsIndex:(NSUInteger)value;

Parameters パラメータ

index

Index being inquired about. それについて尋ねられているインデックス。

Return Value 戻り値

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

See Also 参照

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