c# words return first 20 items of array code example Example: c# words return first 20 items of array var secondFiveItems = myList.Skip(20).Take(20);