System::Collections::IList::Add metode

IList::Add method

Menambahkan item ke akhir daftar.

virtual int System::Collections::IList::Add(SharedPtr<System::Object> item)=0
ParameterTipeDeskripsi
itemSharedPtr<System::Object>Item yang akan ditambahkan.

ReturnValue

Indeks dari item yang ditambahkan.

Lihat Juga