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

addIndexes:

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

Declaration 宣言

- (void)addIndexes:(NSIndexSet *)indexSet;

Parameters パラメータ

indexSet

Index set to add. 加えるインデックス集合。

See Also 参照

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