c# make a new list of string from a sublist code example
Example: c# list get sublist
myList.GetRange(firstIndex, Count);
// or
myList.GetRange(firstIndex, lastIndex - firstIndex);
myList.GetRange(firstIndex, Count);
// or
myList.GetRange(firstIndex, lastIndex - firstIndex);