The IEnumerable<> support means arrays can be queried with LINQ, for example arr1.Select(i => 10 * i). Read Arrays online: https://riptutorial.com/csharp/topic/1429/arrays https://riptutorial.com/ 56