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

addPointer:

Adds a given pointer to the receiver. 与えられたポインタをレシーバに加えます。

Declaration 宣言

- (void)addPointer:(void *)pointer;

Parameters パラメータ

pointer

The pointer to add. This value may be NULL. 加えることになるポインタ。この値はNULLであるかもしれません。

Discussion 議論

pointer is added at index count. pointerはインデックスcountで加えられます。

See Also 参照

Managing the Collection コレクションを管理する