2015-07-03 23 views

回答

0

这样的事情?

var firstEvents = docs.Select(x => x.Events.OrderBy(y => y.Id).First()); 
相关问题