System::Collections::Generic::List::Insert μέθοδος
List::Insert method
Εισάγει το αντικείμενο στην καθορισμένη θέση.
void System::Collections::Generic::List<T>::Insert(int index, const T &item) override
| Parameter | Type | Περιγραφή |
|---|---|---|
| δείκτης | int | Δείκτης για εισαγωγή του στοιχείου. |
| στοιχείο | const T& | Στοιχείο για εισαγωγή. |
Δείτε επίσης
- Class List
- Namespace System::Collections::Generic
- Library Aspose.Page for C++