System::Collections::CollectionBase::ListImpl::Insert Methode
ListImpl::Insert method
Fügt ein Element in die Sammlung am angegebenen Index ein.
void System::Collections::CollectionBase<T>::ListImpl::Insert(int32_t index, const T &value)
| Parameter | Typ | Beschreibung |
|---|---|---|
| Index | int32_t | Der nullbasierte Index, an dem value eingefügt werden soll. |
| Wert | const T& | Das einzufügende Element. |
Siehe auch
- Class ListImpl
- Class CollectionBase
- Namespace System::Collections
- Library Aspose.Font for C++