System::Collections::CollectionBase::ListImpl::Insert methode

ListImpl::Insert method

Voegt een element toe aan de collectie op de opgegeven index.

void System::Collections::CollectionBase<T>::ListImpl::Insert(int32_t index, const T &value)
ParameterTypeBeschrijving
indexint32_tDe nulgebaseerde index waarop value moet worden ingevoegd.
valueconst T&Het element om in te voegen.

Zie ook