System::Collections::Generic::List::GetRange method

List::GetRange method

Creates slice of list.

ThisPtr System::Collections::Generic::List<T>::GetRange(int index, int count)
ParameterTypeDescription
indexintRange start index.
countintRange size.

ReturnValue

List containing a slice of current list.

See Also