System::Collections::Generic::List::Insert طريقة

List::Insert method

يدرج العنصر في الموضع المحدد.

void System::Collections::Generic::List<T>::Insert(int index, const T &item) override
معاملنوعالوصف
الفهرسintالفهرس لإدراج العنصر فيه.
itemconst T&العنصر للإدراج.

انظر أيضًا