csharp words return first 20 items of array

Code Example - csharp words return first 20 items of array

                
                        var secondFiveItems = myList.Skip(20).Take(20);