GetRange()

List::GetRange(int, int) method

Creates slice of list.

ThisPtr System::Collections::Generic::List<T>::GetRange(int index, int count)

Arguments

ParameterTypeDescription
indexintRange start index.
countintRange size.

Return Value

List containing a slice of current list.

See Also