Ошибка не удалось найти реализацию шаблона запроса для системы типа источника'.Коллекции.Универсальный.Список'. "Где" не найдено.
Всем привет
я написал этот пример:
List<int> lstIndexes = new List<int>(); IEnumerable<int> resault =(from index in lstIndexes where index == newIndex select index);
но в нем есть ошибка:
Could not find an implementation of the query pattern for source type 'System.Collections.Generic.List<int>'. 'Where' not found.
В чем моя проблема?
Спасибо.