Hacker News new | ask | show | jobs
by bluetech 5877 days ago
And of course, the LINQ version returns an IEnumerable<TResult>, while the List version return List<TResult>. You could chain a .ToList() there to make them equivalent (if needed).