System::Collections::Generic::List::GetRange metodu

List::GetRange method

Listenin bir dilimini oluşturur.

ThisPtr System::Collections::Generic::List<T>::GetRange(int index, int count)
ParameterTypeAçıklama
indeksintAralık başlangıç indeksi.
countintAralık boyutu.

ReturnValue

List containing a slice of current list.

Ayrıca Bakınız