报错 CS0649

报的错:
这里写图片描述

CS0649 C# Field is never assigned to, and will always have its default value null

解决方案:

        private IEnumerable<Machinetaskhistory> _lstTasks = null;