JJ_Jason
JJ_Jason

Reputation: 369

Linq portability

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

Answers (1)

Tigran
Tigran

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)

MonoTouch 4 announcment

Upvotes: 2

Related Questions