System::Collections::CollectionBase::ListImpl::Insert yöntemi
ListImpl::Insert method
Belirtilen indekste koleksiyona bir öğe ekler.
void System::Collections::CollectionBase<T>::ListImpl::Insert(int32_t index, const T &value)
| Parametre | Tür | 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.Font for C++