System::Collections::CollectionBase::ListImpl::Insert metode
ListImpl::Insert method
Menyisipkan sebuah elemen ke dalam koleksi pada indeks yang ditentukan.
void System::Collections::CollectionBase<T>::ListImpl::Insert(int32_t index, const T &value)
| Parameter | Tipe | Deskripsi |
|---|---|---|
| indeks | int32_t | Indeks berbasis nol tempat value harus disisipkan. |
| value | const T& | Elemen yang akan disisipkan. |
Lihat Juga
- Class ListImpl
- Class CollectionBase
- Namespace System::Collections
- Library Aspose.Page for C++