System::Collections::IList::Add メソッド

IList::Add method

リストの末尾に項目を追加します。

virtual int System::Collections::IList::Add(SharedPtr<System::Object> item)=0
パラメーター説明
項目SharedPtr<System::Object>追加するアイテム。

ReturnValue

追加されたアイテムのインデックス。

参照