System::Collections::CollectionBase::ListImpl::Add metode
ListImpl::Add method
Menambahkan sebuah elemen ke akhir koleksi.
int32_t System::Collections::CollectionBase<T>::ListImpl::Add(const T &value)
| Parameter | Tipe | Deskripsi |
|---|---|---|
| value | const T& | Elemen yang akan ditambahkan ke akhir koleksi. |
ReturnValue
Indeks koleksi tempat value telah ditambahkan.
Lihat Juga
- Class ListImpl
- Class CollectionBase
- Namespace System::Collections
- Library Aspose.Page for C++