Comment trier une List
var people = new List<Person>();
people.OrderBy(o => o.LastName).ThenBy(o => o.FirstName);
Founded in late 2003 and heartquartered in France, we are non-profit and independant.
We believe in the open web, think internet services should be sustainable, build for the long term.
While we are re-launching the service, we only accept new members through invitation.
var people = new List<Person>();
people.OrderBy(o => o.LastName).ThenBy(o => o.FirstName);
ms_michel
the 23/10/2009 at 13:07
No comment on this link yet.