System::Collections::Generic::List::idx_set metodu
List::idx_set method
Elemanı belirli konuma ayarlar.
void System::Collections::Generic::List<T>::idx_set(int index, T value) override
| Parameter | Type | Açıklama |
|---|---|---|
| indeks | int | Öğenin ayarlanacağı indeks. |
| değer | T | Belirtilen konuma ayarlanacak değer. |
Ayrıca Bakınız
- Class List
- Namespace System::Collections::Generic
- Library Aspose.Page for C++