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

List::Insert method

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

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

انظر أيضًا