Reputation: 369
Is there a tool to port linq expressions to regular foreach loops..? If I were (say) to port existing linq driven code to an iPhone app?
Is this a problem since i use linq heavily?
Upvotes: 0
Views: 133
Reputation: 62248
Not specialized in Mono
development, but as much as I read it supports a LINQ
. So you no need to translate your LINQ queries into the for
loops.
What .NET features does MonoTouch support? (LINQ with some limitations)
Upvotes: 2