Page 1 of 1

LINQ query expression

PostPosted: Tue Dec 18, 2012 9:27 am
by Ajrat
Can I use the LINQ query expression in the Cobra Programming Language?
Where you can see examples?

Re: LINQ query expression

PostPosted: Tue Dec 18, 2012 3:59 pm
by hopscc
Evidently not.
There is some issue with cobra recognizing extension methods in loaded assemblies which is
what LINQ does/provides.

There are some notes about this sprinkled through the forum discussions.
( Search Forums for 'LINQ' for more tidbits)

Re: LINQ query expression

PostPosted: Wed Feb 06, 2013 9:26 pm
by DelphiGuy
hopscc said:
There is some issue with cobra recognizing extension methods in loaded assemblies which is
what LINQ does/provides.


can this be overcome by using sharp strings? i tried exactly that and i couldn't get it to compile. if indeed it's possible, i'll post some code showing where i went wrong. thanks.