The expected behavior of GroupBy method on LINQ is to return a IGrouping<TKey,TDocument>, where TKey is the group key type and TDocument is a IEnumerable<TDocument>. In this case it returns an empty IEnumerable.
Is this the expected behavior? Becasue this in not the expected in other LINQ implementations.
- depends on
-
CSHARP-3933 Support AggregateFluent.Group with expressions using LINQ3
- Closed