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

List::GetRange method

ينشئ شريحة من القائمة.

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

ReturnValue

List containing a slice of current list.

انظر أيضًا