Why does the compiler say that 'Linq' does not exist in the 'System'
namespace when specifying a using statement as follows:
using System.Linq;
----
namespace when specifying a using statement as follows:
using System.Linq;
----
Comment