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)
ParameterTypBeschreibung
Indexint32_tDer nullbasierte Index, an dem value eingefügt werden soll.
Wertconst T&Das einzufügende Element.

Siehe auch