I have a list in my boo script and want to use System.Linq Extension Methods but boo compiler throw this Exception:
BCE0019: Boo.Lang.Compiler.CompilerError: 'ToList' is not a member of
'System.Linq.IQueryable`1[[...]]'.
("..." is type of my object)