Method GetRange GetRange(int, int) Creates a shallow copy of a range of items in the source list. Declaration public List<T> GetRange(int index, int count) Parameters Type Name Description int index int count Returns Type Description List<T>