Closed zquintana closed 11 years ago
Could you post your code? It's hard to understand the problem without knowing what exactly you're doing and what you expect to get. If you're referring to the fact that GroupBy and some other methods return enumerators, not arrays, even when ToArray is called on the top level, then it's by design. You should use "deep" versions of the methods to convert the whole structure to plain arrays.
I have a nested set of objects and sorting and filtering them works great with the library, but getting to convert to a list or array isn't working. Any ideas?