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

addObject:

Inserts a given object at the end of the array. 与えられたオブジェクトを配列の終わりで挿入します。

Declaration 宣言

- (void)addObject:(ObjectType)anObject;

Parameters パラメータ

anObject

The object to add to the end of the array’s content. This value must not be nil. 配列の内容の終わりに追加することになるオブジェクト。この値は、nilではいけません。

See Also 参照

Adding Objects オブジェクトを追加する

Related Documentation 関連文書