[Solved] C# Enumerable over a type gives different options (Finding more options in a function) [closed]


You have a using System.Linq in the file where you have the extra options. This using brings in several extension methods that help with LINQ (see details on extensions methods here)

0

solved C# Enumerable over a type gives different options (Finding more options in a function) [closed]