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

addIndex:

Adds an index to the receiver.

Declaration 宣言

- (void)addIndex:(NSUInteger)value;

Parameters パラメータ

index

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

See Also 参照

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

Related Documentation 関連文書