twiglet / cs2j

C# to Java Converter
www.cs2j.com
Other
167 stars 73 forks source link

NetMaker can't parse LINQ :( #10

Open twiglet opened 13 years ago

twiglet commented 13 years ago

For example:

var query = from book in new AmazonServiceCall() where book.Title == "Hyperion" && book.Condition == BookCondition.All && book.Price < 15

                  select book;
twiglet commented 13 years ago

I think I've fixed this, but I can't find the change at the moment.