Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re^3: Spoiled by Perl

by ikegami (Patriarch)
on Dec 07, 2021 at 21:33 UTC ( #11139465=note: print w/replies, xml ) Need Help??


in reply to Re^2: Spoiled by Perl
in thread Spoiled by Perl

Nice. Complete version:

var sorted = someList.OrderBy( _ => _.Foo ).ThenBy( _ => _.Bar );

I think the above is produced by the following:

var sorted = from item in someList orderby item.Foo, item.Bar select item;

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://11139465]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this? | Other CB clients
Other Users?
Others about the Monastery: (4)
As of 2023-03-29 07:48 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    Which type of climate do you prefer to live in?






    Results (70 votes). Check out past polls.

    Notices?