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