System::Collections::CollectionBase::ListImpl::Insert yöntemi
ListImpl::Insert method
Belirtilen indekste bir öğeyi koleksiyona ekler.
void System::Collections::CollectionBase<T>::ListImpl::Insert(int32_t index, const T &value)
| Parameter | Type | Açıklama |
|---|---|---|
| indeks | int32_t | value’nin eklenmesi gereken sıfır tabanlı indeks. |
| değer | const T& | Eklenecek öğe. |
Ayrıca Bakınız
- Class ListImpl
- Class CollectionBase
- Namespace System::Collections
- Library Aspose.Page for C++