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

List::Reverse() method

يعكس ترتيب العناصر في القائمة بأكملها.

void System::Collections::Generic::List<T>::Reverse()

انظر أيضًا

List::Reverse(int, int) method

يعكس ترتيب العناصر في شريحة القائمة.

void System::Collections::Generic::List<T>::Reverse(int index, int count)
معاملنوعالوصف
الفهرسintفهرس بداية الجزء.
countintحجم القطعة.

انظر أيضًا