System::Collections::Generic::List::GetRange metode

List::GetRange method

Membuat irisan daftar.

ThisPtr System::Collections::Generic::List<T>::GetRange(int index, int count)
ParameterTipeDeskripsi
indeksintIndeks awal rentang.
countintUkuran rentang.

ReturnValue

List containing a slice of current list.

Lihat Juga