你知道为什么这不起作用吗?
List<Tuple<DateTime, DateTime, double, double>>
newlist = from a in this.EmployeeActivityBook
where a.Item1 >= start && a.Item1 <= end
select a;
我收到此错误:
ABOUTYOU
相关分类