System::Collections::Generic::List::Insert Methode
List::Insert method
Fügt ein Element an der angegebenen Position ein.
void System::Collections::Generic::List<T>::Insert(int index, const T &item) override
| Parameter | Typ | Beschreibung |
|---|---|---|
| Index | int | Index, an dem das Element eingefügt werden soll. |
| item | const T& | Element zum Einfügen. |
Siehe auch
- Class List
- Namespace System::Collections::Generic
- Library Aspose.Page for C++