System::Collections::CollectionBase::ListImpl::Insert method

ListImpl::Insert method

يدرج عنصرًا في المجموعة عند الفهرس المحدد.

void System::Collections::CollectionBase<T>::ListImpl::Insert(int32_t index, const T &value)
معاملنوعالوصف
الفهرسint32_tالفهرس الصفري الذي يجب إدراج value فيه.
قيمةconst T&العنصر المراد إدراجه.

انظر أيضًا